Raw*_*hi 0 html c#
我必须从包含下表的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>
有任何想法吗 ?感谢你
Shi*_*rod 9
您应该看一下Html Agility Pack,它提供了解析/读取HTML的好方法(甚至形成得很糟糕)
在这个问题上,您可以找到如何提取表数据的示例.而这个问题包含了LINQ使用的样本.
归档时间:
15 年,8 月 前
查看次数:
1387 次
最近记录:
8 年,10 月 前