Flask 中返回html文件:1、在templates文件夹建立一个html文件;2、 ... @app.route('/') def index(): return render_template('index.html') if ...
確定! 回上一頁