c# webbrowser input框赋值的问题 10
问题详细描述,有如下一段代码webBrowser1.Document.InvokeScript("personmode",newstring[]{"2"});HtmlEl...
问题详细描述,有如下一段代码
webBrowser1.Document.InvokeScript("personmode", new string[] { "2" });
HtmlElement txt = webBrowser1.Document.GetElementById(index);
txt.InnerText = "10";
如果不执行webBrowser1.Document.InvokeScript("personmode", new string[] { "2" });这句,那txt赋值是成功的,但是执行了webBrowser1.Document.InvokeScript("personmode", new string[] { "2" });赋值就不成功了,为什么,如果在调用了js的函数后还能正常赋值呢
多谢各位大牛了 展开
webBrowser1.Document.InvokeScript("personmode", new string[] { "2" });
HtmlElement txt = webBrowser1.Document.GetElementById(index);
txt.InnerText = "10";
如果不执行webBrowser1.Document.InvokeScript("personmode", new string[] { "2" });这句,那txt赋值是成功的,但是执行了webBrowser1.Document.InvokeScript("personmode", new string[] { "2" });赋值就不成功了,为什么,如果在调用了js的函数后还能正常赋值呢
多谢各位大牛了 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询