一、检测设备

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>绿色食品网</title>
  <script src="device.js"></script>//CDN地址  <script src="http://cdn.bootcss.com/device.js/0.2.7/device.js"></script>
<script> var myh1=document.getElementById("biaoti"); if(device.mobile()){ window.location="http://wap...com"; }else if(device.ipad()){ window.location="http://ipad...com"; } </script> </head> <body> </body> </html>

 

posted on 2016-10-06 14:35  webstong  阅读(94)  评论(0)    收藏  举报