
| <!--检测终端开始--> | |
| <script type="text/javascript"> | |
| try { | |
| var urlhash = window.location.hash; | |
| if (!urlhash.match("fromapp")){ | |
| if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad)/i))){ | |
| window.location="wap"; | |
| } | |
| } | |
| } | |
| catch(err){ | |
| } | |
| </script> | |
| <!--检测终端结束--> |
