一个JS文件中引入另一个JS文件

1.eg.在a.js中引入giftMsg.js,这样所有需要giftMsg.js的页面就不需要在引入giftMsg.js了。


var basePath = window.location.href.split("//")[0]+"//"+window.location.host+"/";

url = basePath + "resources/js/giftMsg.js";

$("body").append('<script type="text/javascript" src="' + url + '"></script>');


2.这样也行:

document.write("<script type=\"text/javascript\" src=\"http://code.jquery.com/jquery-1.4.1.js\"></script>");


     本文转自韩立伟 51CTO博客,原文链接:http://blog.51cto.com/hanchaohan/1224621,如需转载请自行联系原作者


上一篇:漫画Go语言数组或切片的复制


下一篇:Linux Centos 系统上安装BT客户端 Transmission