名称 描述 结果
客户端系统 `navigator.platform`
浏览器名称 从 `userAgent` 解析
浏览器版本信息 从 `userAgent` 解析
显示器高度 `window.screen.height`
显示器宽度 `window.screen.width`
屏幕色彩位数 `window.screen.colorDepth`
浏览器代码名称 `navigator.appCodeName`
浏览器厂家信息 `navigator.vendor`
User-Agent 字符串 `navigator.userAgent`
网络连接状态 `navigator.onLine`
浏览器默认语言 `navigator.language`
浏览器产品名称 `navigator.product`
浏览器产品其他信息 `navigator.productSub`
是否开启 Cookie `navigator.cookieEnabled`
浏览器 MIME 类型数量 `navigator.mimeTypes.length`
浏览器 MIME 支持类型列表 `navigator.mimeTypes`
浏览器安装插件数量 `navigator.plugins.length`
浏览器安装插件信息列表 `navigator.plugins`

浏览器信息在线查看,获取客户端操作系统信息

在线查看获取客户端系统、浏览器信息工具为您提供查看客户端信息、浏览器类型、操作系统、浏览器名称、浏览器版本信息、显示器高宽度像素、浏览器网络连接状态、浏览器安装插件数量等。

工具记录: