首页渲染

我们将文件中的admin和news复制到pycharm中的static文件夹中去,然后使用render_template模块来进行一个页面的渲染。

首页渲染

 

 我们需要将news下的index拖拽到我们在templates下创建的news中去,注意是拖拽,

首页渲染

 

 然后使用render_template模块,首先在flask里导入这个模块,

首页渲染

 

 在return中写入推拽到的目录,这个时候点击运行,会有一个报错,只需要把template文件夹和static文件夹复制到info中去,让他们三个保持在同一目录即可完成。

首页渲染

 

上一篇:springboot shiro 跨域问题


下一篇:Vue 报错Error in render: “TypeError: Cannot read properties of null (reading ‘xxx’)” found in