diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..71c9ac0 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,222 @@ + + +
+ + + + + + +属性 | +信息 | + +
---|---|
学号 | +{{ student.id }} | + +
姓名 | +{{ student.name }} | + +
性别 | +{{ student.sex }} | + +
学院 | +{{ student.dept }} | + +
专业 | +{{ student.major }} | +