c# WebBrowser网页操作-元素获取_事件操作
摘要:
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;//namespaceWebBrowser网页操作{publicclassElement{//根据Name获取元素publicHtmlElement GetElement_Name(WebBrowser wb,stringName){HtmlElement e = wb.Document.All[Name];returne;}//根据Id获取元素publicHtmlElement GetE 阅读全文
posted @ 2012-05-27 22:52 flashicp 阅读(4835) 评论(0) 推荐(0) 编辑