摘要:
http://www.open-open.com/lib/view/open1449325854077.html 阅读全文
摘要:
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 阅读全文
摘要:
var ua = navigator.userAgent.toLowerCase(); if (/iphone|ipad|ipod/.test(ua)) { //alert("iphone"); } else if (/android/.test(ua)) { alert("android"); ... 阅读全文