diff --git a/templates/showGrade.html b/templates/showGrade.html new file mode 100644 index 0000000..7307cf1 --- /dev/null +++ b/templates/showGrade.html @@ -0,0 +1,76 @@ + + + + + + + + + + 成绩 + + + + + + + + + + + + + {% for grade in grade %} + + + + + + {% endfor %} + +
学生学号考试科目成绩
{{ grade.sid }}{{ grade.subject }}{{ grade.grade }}
+
+ + + \ No newline at end of file