var system = {};
var p = navigator.platform;
var u = navigator.userAgent;
system.win = p.indexOf("Win") == 0;
system.mac = p.indexOf("Mac") == 0;
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
(system.win || system.mac || system.xll) && (window.location.href = 'https://www.sina.com.cn/');

时间: 2022-04-26|46次围观|0 条评论
还没有人抢沙发呢~