Loading... ``` var importJs = document.createElement('script') //在页面新建一个script标签 importJs.setAttribute("type", "text/javascript") //给script标签增加type属性 importJs.setAttribute("src", 'https://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js') //给script标签增加src属性, url地址为cdn公共库里的 document.getElementsByTagName("head")[0].appendChild(importJs) ``` 最后修改:2021 年 12 月 23 日 © 允许规范转载 打赏 赞赏作者 微信 赞 2 如果觉得我的文章对你有用,请随意赞赏
1 条评论
建议增加个人经历分享,增强情感穿透力。