06 2018 档案

摘要:#!/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 伏地僧 阅读(117) 评论(0) 推荐(0) 编辑
摘要:python pandas dataframt 阅读全文
posted @ 2018-06-15 15:16 伏地僧 阅读(373) 评论(0) 推荐(0) 编辑