我可以使用app.run(). 但是当我尝试使用app.run(host='0.0.0.0',port='81')or在远程服务器上运行它时app.run(host='<remote ip>'),两者都不起作用。我想知道是否还需要做其他事情。
app.run()
app.run(host='0.0.0.0',port='81')
app.run(host='<remote ip>')
python remote-access flask flask-restful
flask ×1
flask-restful ×1
python ×1
remote-access ×1