沿着以下路线:
var htmlDoc = new HtmlDocument();
htmlDoc.LoadHtml(html);
string premium = htmlDoc.DocumentNode
.SelectSingleNode("//div[@data-id='net_premium']").SelectSingleNode("h3[@data-app='summary-value']").InnerText;
函数中的字符串是
XPath expressions