摘要: requests库 发送请求: 可以处理所有请求类型:get、post、put、Delete、Head、Options r = requests.get(''https://httpbin.org/') r = requests.post('https://httpbin.org/post') r 阅读全文
posted @ 2018-02-01 19:21 孤锋饮雪 阅读(171) 评论(0) 推荐(0)
摘要: Command "d:\progra~2\jetbra~1\testvir\scripts\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\admin\\appdata\\local\\temp\\pip-buil 阅读全文
posted @ 2018-02-01 15:56 孤锋饮雪 阅读(203) 评论(0) 推荐(0)