http://www.dsebd.org/latest_PE_all2_08.php
我在asp.net C#web上工作。上面的url包含一些信息,我需要将它们保存在我的数据库中,还需要在指定的位置保存为xml格式。这个url包含一个表。我想得到这个表值,但如何从此html表中检索值。
HtmlWeb htmlWeb = new HtmlWeb();
// Creates an HtmlDocument object from an URL
HtmlAgilityPack.HtmlDocument document = htmlWeb.Load("http://www.dsebd.org/latest_PE_all2_08.php");
我需要帮助才能从文档中获取表格信息。如何保存此表值。请告诉我一些语法
答案 0 :(得分:0)