делает url_for()?
Generates a URL to the given endpoint with the method provided. Variable arguments that are unknown to the target endpoint are appended to the generated URL as query arguments. If the value of a query argument is None, the whole pair is skipped. In case blueprints are active you can shortcut references to the same blueprint by prefixing the local endpoint with a dot (.).
плохо знать язык, перевести
指定されたメソッドを使用して、指定されたエンドポイントへのURLを生成します。 ターゲットエンドポイントに不明な変数引数は、クエリ引数として生成されたURLに追加されます。 クエリ引数の値がNoneの場合、ペア全体がスキップされます。 ブループリントがアクティブな場合は、ローカルエンドポイントの前にドット(。)を付けることで、同じブループリントへの参照をショートカットできます。
спасибо, так понятнее
Обсуждают сегодня