摘要: 直接上代码, 实现流程看代码及注释 def your_view(self, request): method = request.method if method == "GET": # 使用 querydict对象的copy()方法, 获取一个可修改的querydict data = reques 阅读全文
posted @ 2019-11-07 16:41 lowmanisbusy 阅读(6086) 评论(0) 推荐(0)