标签:asc head csharp nbsp ext create pre browser har
HtmlElement script = webBrowser.Document.CreateElement("script"); script.SetAttribute("type", "text/javascript"); script.SetAttribute("text", "function _func(){alert(‘OK‘)}"); HtmlElement head = webBrowser.Document.Body.AppendChild(script); webBrowser.Document.InvokeScript("_func");
webbroswer 后台注入脚本
标签:asc head csharp nbsp ext create pre browser har
原文地址:http://www.cnblogs.com/muxueyuan/p/6229670.html