2011-01-26 268 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> 

什麼想法?
感謝ü

回答