From aae892991f76c0479b66a56b7a1a8bbc16d08281 Mon Sep 17 00:00:00 2001 From: Quyk4tvoj <116157770@qq.com> Date: Mon, 31 May 2021 14:09:56 +0800 Subject: [PATCH] test.html --- 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..b507b10 --- /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