(3)如何在web上显示自己特定的html模板. from flask import Flask,render_template app = Flask(__name__) @app.route('/') def hello_world(): return ...
確定! 回上一頁