修改flask启动的默认端口(5000)
默认使用5000端口启动应用。
if name == 'main':
app.run(host="localhost", port=8900)
Flask 踩坑笔记: localhost:5000 无法访问/host,port 配置无效(Error: Failed to load resource: the server responded
简介:
https://blog.csdn.net/weixin_44691608/article/details/122654314
网友评论