|
navigator.platform
(操作系统平台)
|
|
|
navigator.appName
(浏览器的名称)
|
|
|
navigator.product
(浏览器产品名称)
|
|
|
navigator.appVersion
(浏览器版本信息)
|
|
|
navigator.userAgent
(user-agent)
|
|
|
navigator.vendorSub
(供应商的子字符串)
|
|
|
navigator.hardwareConcurrency
(CPU核心数)
|
|
|
navigator.maxTouchPoints
(最大支持触摸点数)
|
|
|
screen.width
(显示器屏幕宽度)
|
|
|
screen.height
(显示器屏幕高度)
|
|
|
document.documentElement.clientWidth
(浏览器可视宽度)
|
|
|
document.documentElement.clientHeight
(浏览器可视高度)
|
|
|
screen.colorDepth
(调色板的比特深度)
|
|
|
navigator.appCodeName
(浏览器的代码名)
|
|
|
navigator.vendor
(浏览器厂家信息)
|
|
|
navigator.onLine
(否处于脱机模式)
|
|
|
navigator.language
(默认语言)
|
|
|
navigator.languages
(支持的所有语言)
|
|
|
navigator.cookieEnabled
(否开启cookie)
|
|
|
navigator.javaEnabled()
(是启用Java)
|
|
|
navigator.mimeTypes.length
(MIME类型数量)
|
|
|
navigator.mimeTypes
(MIME支持类型列表)
|
|
|
navigator.plugins.length
(安装插件数量)
|
|
|
navigator.plugins
(插件信息列表)
|
|
| 支持的字体 |
|