(Javascript)“navigator.appName”列表所有浏览器的值?

发布于 2024-12-15 01:46:39 字数 193 浏览 0 评论 0原文

对于所有常见浏览器,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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冷心人i 2024-12-22 01:46:39

刚刚发现IE11预览版已经改变了navigator.appName的值:

在IE11之前,这个值是:

"Microsoft Internet Explorer"

现在有了IE11预览版,这个值已经改为:

"Netscape"

不知道为什么MS这样做,发布后也不会是永久的IE11的

Just found out IE11 preview has changed the value of navigator.appName:

before IE11, this value is:

"Microsoft Internet Explorer"

now with IE11 preview, this value has been changed to:

"Netscape"

not sure why MS did this, nor is this going to be permanent after the release of IE11

够钟 2024-12-22 01:46:39

如果您信任用户代理,您可以使用此网站:
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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文