从网络浏览器查找用户的IP地址和MAC地址
是否可以从非 IE 浏览器(即不使用 ActiveX)找出客户端 IP 和可能的 MAC 地址?如果是这样,怎么办?
Is it possible to find out the clients IP and possibly MAC address from non IE browsers (i.e. without using ActiveX)? If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过服务器变量获取 Web 服务器上客户端的 IP 地址。为什么不将该信息嵌入到发送回客户端的页面中呢?然后客户端将能够从该页面读取。
You can get client's IP address on the web server via server variables. Why don't you just embed that info in the page that is sent back to the client? Then client will be able to read from the page.