<script type="text/javascript">
document.write("<p>浏览器产品名称:");
document.write(navigator.appName + "</p>");
document.write("<p>浏览器版本号:");
document.write(navigator.appVersion + "</p>");
document.write("<p>浏览器内部代码:");
document.write(navigator.appCodeName + "</p>");
document.write("<p>操作系统:");
document.write(navigator.platform + "</p>");
document.write("<p>是否启用Cookies:");
document.write(navigator.cookieEnabled + "</p>");
document.write("<p>浏览器的用户代理报头:");
document.write(navigator.userAgent + "</p>");
</script>
<script type="text/javascript"> document.write("<p>浏览器产品名称:"); document.write(navigator.appName + "</p>"); document.write("<p>浏览器版本号:"); document.write(navigator.appVersion + "</p>"); document.write("<p>浏览器内部代码:"); document.write(navigator.appCodeName + "</p>"); document.write("<p>操作系统:"); document.write(navigator.platform + "</p>"); document.write("<p>是否启用Cookies:"); document.write(navigator.cookieEnabled + "</p>"); document.write("<p>浏览器的用户代理报头:"); document.write(navigator.userAgent + "</p>"); </script>
HOW2J公众号,关注后实时获知最新的教程和优惠活动,谢谢。
问答区域
2020-02-01
为什么用所有浏览器打开的信息都是一样的
4 个答案
小饼 跳转到问题位置 答案时间:2020-09-28 浏览器产品名称:Netscape
浏览器版本号:5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15
浏览器内部代码:Mozilla
操作系统:MacIntel
是否启用Cookies:true
luzhi0324 跳转到问题位置 答案时间:2020-09-18 像国内的浏览器,例如: 360浏览器,QQ浏览器等等一系列.而且国外的microsoft edge采用都是Chrome内核.navigator下的内容能不一样吗?
Yui2333 跳转到问题位置 答案时间:2020-06-26 有些细节的地方还是不一样的
buptPC 跳转到问题位置 答案时间:2020-05-27 同问,提问还被删除了?
回答已经提交成功,正在审核。 请于 我的回答 处查看回答记录,谢谢
2018-07-20
操作系统问题??
2018-07-19
<script></script>和<script type="text/javascript"></script>的区别是什么?
2018-05-19
请问Netscape是啥
2017-03-06
Navigator在实际工作中的应用
提问太多,页面渲染太慢,为了加快渲染速度,本页最多只显示几条提问。还有 1 条以前的提问,请 点击查看
提问之前请登陆
提问已经提交成功,正在审核。 请于 我的提问 处查看提问记录,谢谢
|