摘要: 今天写登录的时候,用postman请求是正常的,用python写的请求返回服务器异常,最后找到的原因是data数据传过去的默认是字符串 import requests class HttpRequest: def http_request(self, method, url, data=None, 阅读全文
posted @ 2020-01-16 19:34 人生在于奋斗 阅读(1848) 评论(0) 推荐(0)
摘要: python版本为3.xhttp_request请求工具编写 1 import requests 2 class DemoHttpRequest: 3 4 def demo_http_request(self, method, url, data = None, cookie = None): 5 阅读全文
posted @ 2020-01-10 19:38 人生在于奋斗 阅读(136) 评论(0) 推荐(0)
摘要: 在生活中无论前进的快慢,请不要放弃,学习也是一样 阅读全文
posted @ 2018-03-05 14:54 人生在于奋斗 阅读(72) 评论(0) 推荐(0)