Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Navigator.vendor

概述

返回当前所使用浏览器的浏览器供应商的名称.

语法

venString = window.navigator.vendor 

参数

  • venString  浏览器供应商.

例子

window.navigator.vendor 
// 返回 "Netscape6"

备注

vendor属性值也是组成userAgent字符串的一部分.product属性值和vendor属性值可以是不同的,比如在firefox中,两者的值表示:Netscape 6.1使用Gecko来渲染网页. 想了解更多,请查看 navigator.product, navigator.userAgent

规范

DOM Level 0 不属于任何标准.

文档标签和贡献者

 此页面的贡献者: teoli, mimzi_fahia, ziyunfei
 最后编辑者: teoli,