检测是否引入jQuery
2021-06-09 19:01
阅读:738
标签:doc document code else jquer blog color 没有 undefined 检测是否引入jQuery 标签:doc document code else jquer blog color 没有 undefined 原文地址:http://www.cnblogs.com/phpfensi/p/7298513.html
if (typeof jQuery != ‘undefined‘) {
document.write("jquery已经被加载");
} else {
document.write("jquery没有被加载");
}
评论
亲,登录后才可以留言!