Simple example,try it! I hope it will help you. app1.py from flask import Flask app = Flask(__name__) # app.run(host='0.0.0.0', ...
確定! 回上一頁