(Javascript)“navigator.appName”列表所有浏览器的值?
对于所有常见浏览器,navigator.appName
值会返回哪些值?
Firefox 的 navigator.appName
值为 Netscape
。
IE、Firefox、Google Chrome、Safari、Opera、Flock 等返回哪些值?
What values are returned for navigator.appName
values for all common browsers?
The navigator.appName
value for Firefox is Netscape
.
What values are returned for IE, Firefox, Google Chrome, Safari, Opera, Flock, etc.?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
刚刚发现IE11预览版已经改变了navigator.appName的值:
在IE11之前,这个值是:
现在有了IE11预览版,这个值已经改为:
不知道为什么MS这样做,发布后也不会是永久的IE11的
Just found out IE11 preview has changed the value of navigator.appName:
before IE11, this value is:
now with IE11 preview, this value has been changed to:
not sure why MS did this, nor is this going to be permanent after the release of IE11
如果您信任用户代理,您可以使用此网站:
http://www.useragentstring.com/
它提供了一个API来分析您当前的浏览器。它还包含您能想象到的每个用户代理的数据。
If you trust the user agent, you can use this web site:
http://www.useragentstring.com/
It provides an API to analyse your current browser. It also has data on about every user agent you can imagine.