如何使用 jQuery 查找 PC MAC 地址
有没有办法使用 jQuery 从主机 PC 检索系统信息,如 MAC 地址、计算机名称等?
Is there a way to retrieve system information like MAC Address, computer name, etc. from the host PC using jQuery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不,幸运的是没有。
No, luckily not.
试试这个 http://www.webdeveloper.com/forum/showthread.php?t =134120
Try this http://www.webdeveloper.com/forum/showthread.php?t=134120
我面临这个问题,我通过使用签名的 Jar 创建 Applet 授予他所有权限来解决它,但在 java 脚本和 jquery 中只有 activex 但它可以在 ie 上工作,在其他浏览器中它不起作用。
I faces This Problem, I solved it by create Applet using signed Jar grant him all the permission,but in java script and jquery there is only activex but it works on ie in the other browser it's not working.