摘要: # 阅读全文
posted @ 2019-07-10 20:47 追风zz 阅读(517) 评论(0) 推荐(0) 编辑
摘要: # import requests res = requests.get('http://github.com',allow_redirects=True).text #处理重定向 print(res) import threading from threading import local imp 阅读全文
posted @ 2019-07-10 19:42 追风zz 阅读(171) 评论(0) 推荐(0) 编辑
摘要: #测试单元 # 一个线程 阅读全文
posted @ 2019-07-10 17:08 追风zz 阅读(243) 评论(0) 推荐(0) 编辑