@app.route('/') def index(): return render_template('index.html'). html模板中url_for的写法: <a href="{{url_for('index')}}">Test URL for</a>.
確定! 回上一頁