摘要: 查找webBrowser控件页面里的控件HtmlElement btnElement = this.webBrw.Document.GetElementById("txtnum"); if (btnElement != null) { string a = btnElement.InnerText; 阅读全文
posted @ 2016-08-20 14:41 史东鹏 阅读(112) 评论(0) 推荐(0)