jsp中如何获取客户端机器的MAC地址
我正在开发一款安全投票系统应用程序。我需要获取特定机器的 MAC 地址以设置为“投票机”。如何获取客户端计算机的 MAC 地址?
I am developing one application for secure voting system. I need to get MAC address of a particular machine to set as 'voting machine'. How can I get MAC address of a client machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是我实现的代码,它对我有用。此代码来自: 获取mac地址 jsp java中的ip地址。
代码如下:
The following is the code i implemented and it worked for me. This code is from : Get mac address ip address in jsp java.
The Code is as follows: