IHTMLWindow2 Win = (IHTMLWindow2)webBrowser1.Document.Window.DomWindow;
string s = "alert('x');";
Win.exeScript(s,"javascript");

相关文章:

  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-06-22
  • 2021-05-23
猜你喜欢
  • 2021-04-22
  • 2021-05-27
  • 2019-06-18
  • 2021-12-18
  • 2022-02-26
  • 2022-12-23
相关资源
相似解决方案