码迷,mamicode.com
首页 > 移动开发 > 详细

js判断设备信息,安卓、ios、还是pc端

时间:2018-07-12 19:57:55      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:app   dia   avr   comment   ESS   itunes   ipo   .com   gen   

前端开发获取设备信息的代码
if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent)) { window.location.href ="https://itunes.apple.com/cn/app/1hao-yao-dian/id727578007?mt=8"; } else if (/(Android)/i.test(navigator.userAgent)) { window.location.href ="https://itunes.apple.com/cn/app/1hao-yao-dian/id727578007?mt=8"; } else { window.location.href ="http://www.111.com.cn/"; };

js判断设备信息,安卓、ios、还是pc端

标签:app   dia   avr   comment   ESS   itunes   ipo   .com   gen   

原文地址:https://www.cnblogs.com/gopark/p/9300992.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!