摘要:
#!/usr/bin/env python # coding=utf-8 """ @author : 虫子慢慢爬 """ import requests url = 'http://www.baidu.com' # 定义要爬取url的 response = requests.get(url) #通过requests获取访问百度的响应体 print(response.status_code)... 阅读全文
posted @ 2018-06-15 15:30
伏地僧
阅读(126)
评论(0)
推荐(0)
摘要:
python pandas dataframt 阅读全文
posted @ 2018-06-15 15:16
伏地僧
阅读(380)
评论(0)
推荐(0)

浙公网安备 33010602011771号