摘要: 爬虫小例子: ] import re from urllib.request import urlopen def getPage(url): # 获取网页的字符串 response = urlopen(url) return response.read().decode('utf-8') def 阅读全文
posted @ 2018-08-17 15:26 学习python1234 阅读(107) 评论(0) 推荐(0)
levels of contents