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(...