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

相关文章:

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