美文网首页
chrome console加载jquery

chrome console加载jquery

作者: warmi_ | 来源:发表于2019-12-26 15:38 被阅读0次

    var jq = document.createElement('script');
    jq.src = "https://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js";
    document.getElementsByTagName('head')[0].appendChild(jq);

    相关文章

      网友评论

          本文标题:chrome console加载jquery

          本文链接:https://www.haomeiwen.com/subject/xlfloctx.html