flask开发过程中遇到了Internal Server Error错误,可以在代码加上debug

app.debug=True

这样就能看到错误信息了

 

相关文章: