摘要: var ua = navigator.userAgent;var ipad = ua.match(/(iPad).*OS\s([\d_]+)/), isIphone = !ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/), isAndroid = u... 阅读全文
posted @ 2016-01-23 20:43 PointNet 阅读(5335) 评论(0) 推荐(0) 编辑