乐趣区

关于前端:小知识大集合

/** * 是否为 mac 零碎(蕴含 iphone 手机)* */ 
var isMac = function() { return /macintosh|mac os x/i.test(navigator.userAgent); 
}();
退出移动版