問題タブ [python-3.8]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Flask ルーティング関数でエラーが発生しました - 「Internal Server Error」
何らかの理由で、url_for() を追加するたびに index.html ファイルでエラーが検出され続けます。これは、関数を index.html のみ、more.html のみ、またはその両方に追加した場合に発生します。
ただし、More.html は問題なく機能を受け入れるようです。
このコードは、2 番目の方法でのみ機能します。url_for() がコードに追加されるとすぐに、最初のメソッドが機能しません。
app.py:
index.html:
more.html:
url_for() 関数を使用してコードを実行しようとすると、「内部サーバー エラー」が表示されます。ただし、2番目の方法は正常に機能します。