摘要: HTML按钮元素<input type="submit" value="确定" class="dialogbtn"C# 执行代码1 HtmlDocument doc = webBrowser1.Document;2 HtmlElementCollection coll = doc.GetElementsByTagName("input");3 foreach (HtmlElement item in coll)4 {5 if (item.GetAttribute("value") == & 阅读全文
posted @ 2013-10-13 21:33 哥本哈根 阅读(614) 评论(0) 推荐(0)