System.Windows.Forms.HtmlDocument doc = this.webBrowser1.Document;
//簡(jiǎn)寫(xiě)為 HtmlDocument doc = webBrowser1.Document;
if (doc != null)
{
HtmlElement tableElem = doc.GetElementById("d3");
HtmlElementCollection elemColl = null;
tableElem.InnerText;
elemColl = doc.GetElementsByTagName("META");
String nameStr = elemColl .GetAttribute("name");
}
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶(hù)發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。