var ua = navigator.userAgent; if(ua.indexOf("Windows NT 5")!=-1) { alert('您使用的是win32 XP系统!'); } else { alert('您使用的是Win7系统!'); }