From efa09beef525b714cbef13ad1ea95ee299b0d7a9 Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Fri, 28 May 2021 23:41:33 +0800 Subject: [PATCH] test.html --- templates/test.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 templates/test.html diff --git a/templates/test.html b/templates/test.html new file mode 100644 index 0000000..e83963e --- /dev/null +++ b/templates/test.html @@ -0,0 +1,41 @@ + + + + + 测试成绩页 + + + + + + + + +
+ + + + + + + + + + + + + {% for result1 in result %} + + + + + + + + {% endfor %} + +
学号姓名专业科目成绩
{{ result1.id }}{{ result1.name }}{{ result1.major }}{{ result1.subject }}{{ result1.grade }}
+
+ + + \ No newline at end of file