HtmlElement newele = webbrowser1.Document.CreateElement("SPAN");
                    newele.InnerHtml = js_fuction;
                    wb.Document.Body.AppendChild(newele);
这样的添加上的JS涵数不执行,当时也可以直接改变源码 修改wb.DocumentText,使包括一个JS涵数,但这样网址就重定向了,指向about:blank.我要网址不变