From 5d3d6b140386a8ac82cf252f755ad952c008439f Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Wed, 2 Jun 2021 18:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/test.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/test.html diff --git a/templates/test.html b/templates/test.html new file mode 100644 index 0000000..ee0be4f --- /dev/null +++ b/templates/test.html @@ -0,0 +1,40 @@ + + + + + 测试成绩 + + + + + + + +
+ + + + + + + + + + + + + {% for result1 in result %} + + + + + + + + {% endfor %} + +
学号姓名专业科目成绩
{{ result1.id }}{{ result1.name }}{{ result1.major }}{{ result1.subject }}{{ result1.grade }}
+
+ + + \ No newline at end of file