摘要: #-*- coding:utf-8 -*- import xlwt import urllib import re def getHtml(url): page = urllib.urlopen(url) html = page.read() return html def get_book_message(url): page = urllib.urlope... 阅读全文
posted @ 2017-10-17 16:31 探出的头 阅读(209) 评论(0) 推荐(0) 编辑