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.

NavigatorID.appCodeName

概述

返回所使用浏览器的内部名称.

语法

codeName = window.navigator.appCodeName 

参数

  • codeName 是一个字符串,表示浏览器内部名称.

例子

dump(window.navigator.appCodeName);

笔记

Mozilla, Netscape 6, 和 IE5 的内部名称都是 "Mozilla".

规范

DOM Level 0 不属于任何标准.

文档标签和贡献者

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