假发网站建设,建设网站装配式建筑楼房,建设银行金牛支行网站,副标题wordpress1、报错 jinja2.exceptions.TemplateNotFound 解决方法#xff1a;报错jinja2.exceptions.TemplateNotFound#xff0c;template没找到#xff0c;由于我之前直接将.html文件和.py文件直接放在同一目录下#xff0c;经了解#xff0c;需要新增一个 templates目录#xff…1、报错 jinja2.exceptions.TemplateNotFound 解决方法报错jinja2.exceptions.TemplateNotFoundtemplate没找到由于我之前直接将.html文件和.py文件直接放在同一目录下经了解需要新增一个 templates目录将.html文件放在templates目录下templates目录和.py文件需保持同一级 2、报错 Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. 解决方法报错Not Found,url不存在可能由于url地址没填写正常程序默认是进入其根目录代码加上根目录的路由即可 app.route(‘/’)