From fb1f927e8352ffc7ea87d9abc3903f165f554528 Mon Sep 17 00:00:00 2001 From: Lan Hui <1348141770@qq.com> Date: Tue, 27 Aug 2024 08:19:22 +0800 Subject: [PATCH] word_operation.js: do not alert each time --- app/static/js/word_operation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/static/js/word_operation.js b/app/static/js/word_operation.js index ddde6a2..e669655 100644 --- a/app/static/js/word_operation.js +++ b/app/static/js/word_operation.js @@ -204,7 +204,6 @@ function exportToCSV() { */ function random_select_word(word) { - alert("点击熟悉与不熟悉之后,单词自动返回生词库") // 获取所有带有 "word-container" 类的

标签 const container = document.querySelector('.word-container');