2026-01-23
Django 模板中取得 URL:request.path、path_info、get_full_path() 與 build_absolute_uri() 的比較
本文整理了在 Django 模板中取得目前 URL 的多種方法,對比 request.path、request.path_info、request.get_full_path() 與 request.build_absolute_uri() 的差異與使用情境,說明如何在菜單高亮、重定向、canonical URL 等場景中運用,並提醒部署環境下的注意事項。