摘要: 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)