javascript中navigator.userAgent里的window NT今天为了尝试查看网址的来源document.referrer,但是不知道每个浏览器的版本号,然后我就用navigator.userAgent来获取当前浏览器的版本号,出了一大串字符串,根据代码测试结果: 代码: alert('来源是:'+document.referrer + '\nUA是:' + navigator.userAgent);1这是ie6浏览器的输出: 这是Internet Explorer 11上的…