代码如下:
-
JS显示当前浏览器详细信息 function whatBrowser()
document.Browser.Name.value=navigator.appName;
document.Browser.Version.value=navigator.appVersion;
document.Browser.Code.value=navigator.appCodeName;
document.Browser.Agent.value=navigator.userAgent
if (window.navigator.userAgent.indexOf('compatible') != -1)
alert('360兼容模式');
-
名称: -
版本: 内核: User-Agent: