Sign in
There are a total of 1 posts.
Published 一月 23, 2026 by whitedec
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(…