Django当中request.path, request.path_info, get_full_path方法的区别
摘要:
url : http://127.0.0.1:8001/rbac/role/edit/?page=2 1.request.path: request.path仅提供相对于根目录的url相对路径,不包含参数。它的输出是一个字符串,结果如下所示:/rbac/role/edit/ 2.request.pa 阅读全文
posted @ 2022-07-27 13:37 一先生94 阅读(592) 评论(0) 推荐(0) 编辑