var script = geckoWebBrowser.Document.CreateElement("script");
            script.TextContent = "vm.Data.单号='123a789456a123456';";
            geckoWebBrowser.Document.GetElementsByTagName("head").First().AppendChild(script);

 

相关文章:

  • 2021-08-29
  • 2022-12-23
  • 2021-11-20
  • 2021-07-01
  • 2021-07-24
  • 2021-11-30
  • 2021-06-05
  • 2021-07-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2021-06-10
相关资源
相似解决方案