摘要: function merge(target, source, overwrite) { // We should escapse that source is string // and enter for ... in ... if (!isObject$1(source) || !isObjec 阅读全文
posted @ 2018-10-26 14:35 刘浩2561179983 阅读(1301) 评论(0) 推荐(0) 编辑
摘要: function detect(ua) { var os = {}; var browser = {}; // var webkit = ua.match(/Web[kK]it[\/]{0,1}([\d.]+)/); // var android = ua.match(/(Android);?[\s 阅读全文
posted @ 2018-10-26 14:32 刘浩2561179983 阅读(420) 评论(0) 推荐(0) 编辑