摘要: ```js var uaContains = function (key) { return navigator.userAgent.toLowerCase().indexOf(key.toLowerCase()) >= 0; }; // can't just try "Android" as it might catch Windows Phone var ANDROID = ['Lin... 阅读全文
posted @ 2018-12-08 16:45 大西瓜的一片净土 阅读(167) 评论(0) 推荐(0) 编辑