for(i=0;i<this.length;i++)
{
if(this[i] == e)
return true;
}
return false;
}
}
mobile_device_detect("***.***.com");
</SCRIPT>
复制代码
备注这里的
mobile_device_detect("***.***.com");//里面的地址填的就是您的移动端的网站地址呦。
for(i=0;i<this.length;i++)
{
if(this[i] == e)
return true;
}
return false;
}
}
mobile_device_detect("***.***.com");
</SCRIPT>
复制代码
备注这里的
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/22643191b55d2290dea92b13ff80dd45.html