yuanxianlai

 //重新加载js文件
        function loadJs(file) {
            var head = $("head").remove("script[role=\'reload\']");
            $("<scri" + "pt>" + "</scr" + "ipt>").attr({ role: \'reload\', src: file, type: \'text/javascript\' }).appendTo(head);
        }

分类:

技术点:

相关文章:

  • 2021-04-03
  • 2022-12-23
  • 2021-12-24
  • 2021-12-18
  • 2021-07-17
  • 2021-11-04
  • 2021-07-01
  • 2021-12-16
猜你喜欢
  • 2022-01-04
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案