from flask import Flask,url_for app=Flask(__name__) @app.route('/') def ... def page_not_found(error): return render_template('page not found.html'), 404
確定! 回上一頁