1  在python编写简单的html登陆页面(2)的基础上在延伸一下:

可以将静态分配数据,建立表格,存放学生信息

python编写简单的html登陆页面(3)

2  加载到静态数据

python编写简单的html登陆页面(3)

3  html的编写直接在表格里添加一组数据就行了

python编写简单的html登陆页面(3)

 

4  VS Code上面跟前面的后台类似,添加一个content再链接到html就可以了

 

@app.route('/content')
def content():
return render_template('content.html')
return 'content.....'

 

相关文章:

  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-04-28
  • 2021-07-02
  • 2021-11-13
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2022-01-23
  • 2021-07-07
  • 2021-12-26
  • 2022-01-08
  • 2021-12-18
  • 2022-01-08
相关资源
相似解决方案