python提取html当中的信息.docx

上传人:晟*** 文档编号:13764105 上传时间:2022-08-29 格式:DOCX 页数:5 大小:15.80KB
下载 相关 举报
python提取html当中的信息.docx_第1页
第1页 / 共5页
python提取html当中的信息.docx_第2页
第2页 / 共5页
python提取html当中的信息.docx_第3页
第3页 / 共5页
python提取html当中的信息.docx_第4页
第4页 / 共5页
python提取html当中的信息.docx_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

SGMLParserPython 默认自带 HTMLParser 以及 SGMLParser 等等解析器,前者实在是太难用了,我就用 SGMLParser 写了一个示例程序:import urllib2from sgmllib import SGMLParserclass ListName(SGMLParser):def _init_(self):SGMLParser._init_(self)self.is_h4 = self.name = def start_h4(self, attrs):self.is_h4 = 1def end_h4(self):self.is_h4 = def handle_data(self, text):if self.is_h4 = 1:self.name.append(text)content = urllib2.urlopen(

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 实用文档资料库 > 公文范文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。