收藏
反馈

结果
说明
代码
返回运行浏览器的操作系统平台
navigator.platform
返回浏览器的名称
navigator.appName
返回浏览器产品名称
navigator.product
返回浏览器版本信息
navigator.appVersion
返回由客户机发送服务器的 user-agent 头部的值
navigator.userAgent
显示器屏幕宽度
screen.width
显示器屏幕高度
screen.height
浏览器可视宽度
document.documentElement.clientWidth
浏览器可视高度
document.documentElement.clientHeight
返回目标设备或缓冲器上的调色板的比特深度
screen.colorDepth
返回浏览器的代码名
navigator.appCodeName
返回浏览器厂家信息
navigator.vendor
返回指明系统是否处于脱机模式的布尔值
navigator.onLine
返回浏览器默认语言
navigator.language
浏览器是否开启cookie
navigator.cookieEnabled
浏览器的MIME类型数量
navigator.mimeTypes.length
浏览器MIME支持类型列表
navigator.mimeTypes
浏览器安装插件数量
navigator.plugins.length
浏览器安装插件信息列表
navigator.plugins