摘要: import requests s = requests.Session() s.trust_env = False This will prevent requests getting any information from its environment: specifically, it'l 阅读全文
posted @ 2017-03-26 15:17 知行Lee 阅读(908) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/turtle-fly/p/3280519.html 本文环境:Python 2.7 使用 print obj 而非 print(obj) sys.stdin,sys.stdout,sys.stderr: stdin , stdout , 以及std 阅读全文
posted @ 2017-03-26 15:00 知行Lee 阅读(15570) 评论(0) 推荐(1) 编辑