百度提供了一个简单插件uaredirect.js判断手机还是电脑pc端跳转到相应的页面。
简单来说如果是手机访问了某个地址,根据uaredirect.js的判断是手机的话就自动跳转到专门为手机浏览的页面,否则就不需要跳转
//推荐放在css、JS前面。先判断设备在跳转 <script src="http://siteapp.baidu.com/static/webappservice/uaredirect.js" type="text/javascript"></script> <script type="text/javascript">uaredirect("http://m.52img.cn","http://www.52img.cn");</script>