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>
复制代码
备注这里的
内容版权声明:除非注明,否则皆为本站原创文章。