How does flask output static HTML files directly without rendering? ... Check it out @app.route('/') def root(): return app.send_static_file('index.html').
確定! 回上一頁