<script type="text/javascript"> try{ if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location.href="mindex.html"; }else{ window.location.href="cindex.html"; } }catch(e){} </script>
但是这样有另一个问题 搜索蜘蛛完全读不到你的网站···
<script type="text/javascript"> try{ if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { window.location.href="mindex.html"; }else{ window.location.href="cindex.html"; } }catch(e){} </script>
但是这样有另一个问题 搜索蜘蛛完全读不到你的网站···