使用javascript获取硬件信息
是否可以使用javascript以兼容所有浏览器和操作系统的方式获取硬件信息?
Is it possible to get hardware informations using javascript in a way that is compatible with all the browsers and operating systems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,这是不可能的。
这是浏览器不会向 JavaScript 引擎公开的信息(如果它根本没有查找的话)。
No, this is not possible.
This is information that the browser does not expose to the javascript engine (if it even look it up at all).