会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
等那片花海
博客园
首页
新随笔
联系
订阅
管理
2018年11月30日
python 简单的爬虫
摘要: import urllib.request import re import ssl # 处理https请求 import time import os # 创建目录用 def get_html(url): page = urllib.request.urlopen(url) html = page.read() # 返回的是 需要转码为字符串类型 html ...
阅读全文
posted @ 2018-11-30 11:19 等那片花海
阅读(216)
评论(0)
推荐(0)
编辑
公告