From 6cf0bedfdc96bfd61a9bd53cd1bca396c897c42b Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 26 Oct 2020 22:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=98=E5=BA=93=E5=8F=AF=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=85=A8=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- safesite/templates/question.html | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/safesite/templates/question.html b/safesite/templates/question.html index 457b589f..1a797ae2 100644 --- a/safesite/templates/question.html +++ b/safesite/templates/question.html @@ -51,15 +51,23 @@ 导入试题 {% endif %} - - - - - - - - + +
+
+ + + + + 查询 +
+
+
@@ -271,6 +279,13 @@ $.messager.alert('提示', '请选择一道题目!'); } } + $("#showAll").click(function () { + if ($(this).prop("checked")) { + alert("选中"); + } else { + alert("没有选中"); + } + }); document.getElementById('drfile').onchange = function () { var fileObj = this.files[0]; var url = 'drapi?a=question'