摘要: http://www.open-open.com/lib/view/open1449325854077.html 阅读全文
posted @ 2017-05-31 18:42 Jinsuo 阅读(73) 评论(0) 推荐(0) 编辑
摘要: http://www.open-open.com/lib/view/open1449325854077.html https://my.oschina.net/u/245266/blog/877317 http://blog.csdn.net/hardgirls/article/details/51 阅读全文
posted @ 2017-05-31 18:39 Jinsuo 阅读(170) 评论(0) 推荐(0) 编辑
摘要: var ua = navigator.userAgent.toLowerCase(); if (/iphone|ipad|ipod/.test(ua)) { //alert("iphone"); } else if (/android/.test(ua)) { alert("android"); ... 阅读全文
posted @ 2017-05-31 17:58 Jinsuo 阅读(1533) 评论(0) 推荐(0) 编辑