上一页 1 ··· 13 14 15 16 17

2022年7月27日

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 阅读(571) 评论(0) 推荐(0) 编辑

2022年7月25日

Django3.2自动获取项目中的全部URL

摘要: import refrom collections import OrderedDictfrom django.conf import settingsfrom django.utils.module_loading import import_stringfrom django.urls.reso 阅读全文

posted @ 2022-07-25 18:35 一先生94 阅读(195) 评论(0) 推荐(0) 编辑

上一页 1 ··· 13 14 15 16 17

导航