技术栈

duerydict

叫我DPT
10 个月前
python·django·duerydict
Django框架中的:QueryDict(处理url参数)默认QueryDict不允许被修改 _mutable=False request.GET._mutable = True