09 2007 档案

自己总结的如何用C#查找webBrowser页面中input的checkbox的checked属性!
摘要: webBrowser1.Document.GetElementById("EditMode").GetAttribute("checked")上面的返回的是string,如果选中了,就返回"True",否则就返回"False"。好容易发现的,特此记录。阅读全文
posted @ 2007-09-19 07:12 Hyke 阅读(1793) | 评论 (1) 编辑