为何 navigator.appName 的值都是 netscape?

为何 navigator.appName 的值都是 netscape?_第1张图片

来源:https://developer.mozilla.org/zh-CN/docs/Web/API/NavigatorID/appName


原文:

  The NavigatorID.appName property returns the name of the browser. The HTML5 specification also allows any browser to return "Netscape" here, for compatibility reasons. Note: Do not rely on this property to return the correct browser name. In most browsers (like Firefox, Chrome, Safari, Opera and Internet Explorer) the returned string is "Netscape".

翻译:

  NavigatorID。属性返回浏览器的名称。出于兼容性的考虑,HTML5规范还允许任何浏览器在这里返回“Netscape”。注意:不要依赖此属性返回正确的浏览器名称。在大多数浏览器(如Firefox, Chrome, Safari, Opera和Internet Explorer)中,返回的字符串是“Netscape”。

来源:https://segmentfault.com/q/1010000007066571

你可能感兴趣的:(JavaScript)