设置手机自动识别跳转<!--以下这段粘在网站的头部head里面--><script type="text/javascript"> var mobileUrl="你的手机网站首页", mobile = (/mmp|symbian|smartphone|midp|wap|phone|xoom|iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase())); if (mobile) window.location = mobileUrl; }</script><!--这段粘在网站的头部head里面-->