IHTMLWindow2 Win = (IHTMLWindow2)webBrowser1.Document.Window.DomWindow;
string s = "alert('x');";
Win.exeScript(s,"javascript");
相关文章
- 07-28执行pip出错 failed to create process.
- 07-28app自动化的执行
- 07-28Python re.findall函数不能匹配但是notepad++能匹配
- 07-28使用Hive SQL窗口函数进行商务数据分析
- 07-28Curses 中的 noecho() 函数
- 07-28传递给构造函数的Python函数引用变为c_void_p数据类型
- 07-2892、构造函数、拷贝构造函数和赋值操作符的区别
- 07-28Android Dagger-没有no-args构造函数的模块
- 07-28dagger:定义在其构造函数中使用上下文的可注入类的正确方法
- 07-28findContours()函数