且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

HtmlAgilityPack - 获取 DIV 内容

更新时间:2023-09-03 17:54:52

更改此行:

    HtmlAgilityPack.Web webSite = new HtmlAgilityPack.Web();
    HtmlAgilityPack.HtmlDocument document = webSite.Load("http://www.tibia.com/news/?subtopic=latestnews");

    string content = document.GetElementbyId("PlayersOnline").OuterHtml;