摘要: # -*- coding: utf-8 -*- from urllib.request import Request from urllib.request import urlopen #添加模拟浏览器协议头 headers = {'User-Agent':'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.6) Gecko/2... 阅读全文
posted @ 2017-11-13 20:43 时间影像 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1.前台 上传身份证照片 个人手持身份证照片 {% csrf_token %} 2.后台 def writerApply(request): try: loginbean = request.session['loginbean'] ... 阅读全文
posted @ 2017-11-13 09:14 时间影像 阅读(133) 评论(0) 推荐(0) 编辑