js 动态加载 jq
Posted gaocong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js 动态加载 jq相关的知识,希望对你有一定的参考价值。
var script=document.createElement("script"); script.type="text/javascript"; script.src="https://code.jquery.com/jquery-1.12.4.min.js"; document.getElementsByTagName(‘head‘)[0].appendChild(script);
以上是关于js 动态加载 jq的主要内容,如果未能解决你的问题,请参考以下文章