var jquery_script = gwb.Document.CreateElement("script");
            jquery_script.SetAttribute("src", "http://common.cnblogs.com/script/jquery.js");
            gwb.Document.GetElementsByTagName("head").First().AppendChild(jquery_script);

            var script = gwb.Document.CreateElement("script");
            script.TextContent = "alert(jQuery.fn.jquery);";
            gwb.Document.GetElementsByTagName("head").First().AppendChild(script);

 

相关文章:

  • 2021-10-02
  • 2021-11-05
  • 2022-12-23
  • 2021-05-22
  • 2021-11-03
  • 2021-05-28
  • 2022-02-20
  • 2021-10-16
猜你喜欢
  • 2021-10-26
  • 2021-10-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-10-18
相关资源
相似解决方案