摘要: import requests requests.get(url='xxx') # 本质上就是: requests.request(method='get',url='xxx') import json requests.post(url='xxx',data={'name':'alex','age':18}) # content_type: application/x-www... 阅读全文
posted @ 2017-10-16 23:57 马贡多在下雨 阅读(251) 评论(0) 推荐(0)
摘要: 1 D:\soft\work\python35\python.exe D:/soft/work/work/20170925/sougou.py 2 >>> python 3 http://mp.weixin.qq.com/profile?src=3&timestamp=1508164694&ver= 阅读全文
posted @ 2017-10-16 22:43 马贡多在下雨 阅读(2153) 评论(0) 推荐(0)