1、怎麼使用python flask搭建靜態伺服器. from flask import Flask app = Flask(__name__) @app.route('/') def index: return "hello world"
確定! 回上一頁