摘要: 1 import requests 2 class Interface_Request: 3 4 def __init__(self,url,mobilephone,pwd): 5 '''login参数初始化''' 6 self.url = url 7 self.dict = {'mobilephone':mobilepho... 阅读全文
posted @ 2019-03-19 16:26 耳虫 阅读(1118) 评论(0) 推荐(0)
摘要: requests模块初级宝典:http://docs.python-requests.org/zh_CN/latest/user/quickstart.htmlrequests模块之葵花宝典:http://docs.python-requests.org/zh_CN/latest/http请求头不知 阅读全文
posted @ 2019-03-19 14:46 耳虫 阅读(210) 评论(0) 推荐(0)