摘要:
//判断手机浏览器var ua = navigator.userAgent;var ipad = ua.match(/(iPad).*OS\s([\d_]+)/),isIphone = !ipad && ua.match(/(iPhone\sOS)\s([\d_]+)/),isAndroid = u... 阅读全文
posted @ 2015-06-10 16:54
月落无声
阅读(510)
评论(0)
推荐(0)