function loadJs(jsfile)
{
var htmltag = document.createElement('script');
htmltag.setAttribute("type","text/javascript");
htmltag.setAttribute("src",jsfile);
if(typeof htmltag != "undefined"){
document.getElementsByTagName("head")[0].appendChild(htmltag);
}
}js动态加载
最新推荐文章于 2023-11-27 14:03:53 发布
1360

被折叠的 条评论
为什么被折叠?



