摘要: #coding:utf-8# 作者@in2#抓取完之后,将页面的编码调整为utf-8即可:)import urllib2,bs4from bs4 import BeautifulSoup #导入相关模块h = open('CVE.html','w') #打开CVE.html文件,不存在的话... 阅读全文
posted @ 2015-11-25 19:13 in-2 阅读(361) 评论(0) 推荐(0)