/** * 是否为mac系统(包含iphone手机) * */ var isMac = function() { return /macintosh|mac os x/i.test(navigator.userAgent); }(); /** * 是否为windows系统 * */ var isWindows = function() { return /windows|win32/i.test(navigator.userAgent); }();
posted on 2022-07-22 10:14 a-dou 阅读(52) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3