首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

用nekohtml回获取网页指定内容

2012-12-21 
用nekohtml来获取网页指定内容????????parser.setProperty(http://cyberneko.org/html/properties/defaul

用nekohtml来获取网页指定内容

????????parser.setProperty("http://cyberneko.org/html/properties/default-encoding","utf-8");
????????parser.parse(new?InputSource(stream));
????????Document?doc?=?parser.getDocument();
????????Node myNode=?doc.getElementById("reply57194353_body");
????????print(myNode,?"");
????}?

????public?static?void?print(Node?node,?String?indent)?{
????????System.out.println(node.getTextContent());
????}?

}

热点排行