2011-01-26 230 views
0

我不得不提取HTML网页包含以下表中的一些信息:如何获取html网页?

//Http://www.example.com/12.html 
//<html ... > 
<table> 
<tr> 
<td>HIIIIIIIIIII</td> // this is what I need from this page 
</tr> 
<tr><td>bla bla bla</td></tr> 
</table> 

什么想法?
感谢ü

回答