app = Flask(__name__). @app .route( '/' ). def hello_world():. return 'Hello, World!' app.run(debug = True , host = '0.0.0.0' , port = 5566 ...
確定! 回上一頁