JQ判断设备

if(ismobile()){
document.write(
<div class="llHot"><center><a href="http://qd.52zsoft.com/url/Yft3amGvJI6kDr1JIPqu0TW865UckvDa"><img src="/style/style2016/mob/images/333.gif"style="width:94%;margin-top:5px"></a><center><div>
);
}
function ismobile(){

    var sUserAgent=navigator.userAgent.toLowerCase();

    var bIsIpad=sUserAgent.match(/ipad/i)=="ipad";

    var bIsIphoneOs=sUserAgent.match(/iphoneos/i)=="iphoneos";

    var bIsMidp=sUserAgent.match(/midp/i)=="midp";

    var bIsUc7=sUserAgent.match(/rv:1.2.3.4/i)=="`这里写代码片`rv:1.2.3.4";

    var bIsUc=sUserAgent.match(/ucweb/i)=="ucweb";

    var bIsAndroid=sUserAgent.match(/android/i)=="android";

    var bIsCE=sUserAgent.match(/windowsce/i)=="windowsce";

    var bIsWM=sUserAgent.match(/windowsmobile/i)=="windowsmobile";
    if(bIsAndroid)
    {
        return true;
    }
    else
    {
        return false;
    }

};
/这个就是是安卓了就输出那些div/这里写代码片

posted @ 2017-09-18 19:01  蜗牛使劲冲  阅读(1)  评论(0编辑  收藏  举报  来源