摘要: 1. 都是获取request 请求的url路径 2. request.get_full_path() -- 获取当前url,(包含参数) 请求一个http://127.0.0.1:8000/200/?type=10 request.get_full_path()返回的是【/200/?type=10】 阅读全文
posted @ 2018-11-23 08:00 粗糙的丸子 阅读(224) 评论(0) 推荐(0) 编辑