編寫主程式檔案. python.py. 1 from flask import Flask, render_template 2 3 app = Flask(__name__) 4 5 @app.route('/') 6 def index(): 7 return ...
確定! 回上一頁