永发信息网

怎样用JSP获取当前用户的网卡IP和MAC地址

答案:2  悬赏:0  手机版
解决时间 2021-11-26 18:02
怎样用JSP获取当前用户的网卡IP和MAC地址
最佳答案

    
public String getIpAddr(HttpServletRequest request) throws Exception {  
    String ip = request.getHeader("x-forwarded-for");  
    if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {  
        ip = request.getHeader("Proxy-Client-IP");  
    }  
    if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {  
        ip = request.getHeader("WL-Proxy-Client-IP");  
    }  
    if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {  
        ip = request.getHeader("HTTP_CLIENT_IP");  
    }  
    if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {  
        ip = request.getHeader("HTTP_X_FORWARDED_FOR");  
    }  
    if (ip == null || ip.length() == 0 || "unknown".equalsIgnoreCase(ip)) {  
        ip = request.getRemoteAddr();  
    }  
    return ip;  

 
 
 
   
public String getMACAddress(String ip) throws Exception {  
    String line = "";  
    String macAddress = "";  
    final String MAC_ADDRESS_PREFIX = "MAC Address = ";  
    final String LOOPBACK_ADDRESS = "127.0.0.1";  
    //如果为127.0.0.1,则获取本地MAC地址。  
    if (LOOPBACK_ADDRESS.equals(ip)) {  
        InetAddress inetAddress = InetAddress.getLocalHost();  
        //貌似此方法需要JDK1.6。  
        byte[] mac = NetworkInterface.getByInetAddress(inetAddress).getHardwareAddress();  
        //下面代码是把mac地址拼装成String  
        StringBuilder sb = new StringBuilder();  
        for (int i = 0; i < mac.length; i++) {  
            if (i != 0) {  
                sb.append("-");  
            }  
            //mac[i] & 0xFF 是为了把byte转化为正整数  
            String s = Integer.toHexString(mac[i] & 0xFF);  
            sb.append(s.length() == 1 ? 0 + s : s);  
        }  
        //把字符串所有小写字母改为大写成为正规的mac地址并返回  
        macAddress = sb.toString().trim().toUpperCase();  
        return macAddress;  
    }  
    //获取非本地IP的MAC地址  
    try {  
        Process p = Runtime.getRuntime().exec("nbtstat -A " + ip);  
        InputStreamReader isr = new InputStreamReader(p.getInputStream());  
        BufferedReader br = new BufferedReader(isr);  
        while ((line = br.readLine()) != null) {  
            if (line != null) {  
                int index = line.indexOf(MAC_ADDRESS_PREFIX);  
                if (index != -1) {  
                    macAddress = line.substring(index + MAC_ADDRESS_PREFIX.length()).trim().toUpperCase();  
                }  
            }  
        }  
        br.close();  
    } catch (IOException e) {  
        e.printStackTrace(System.out);  
    }  
    return macAddress;  
}
全部回答

1, 在JSP页面导入java.net.*

2. 获得IP地址代码

   

 InetAddress hostAndIP = null;
    try {
             hostAndIP = InetAddress.getLocalHost();
     } catch (UnknownHostException e) {
            e.printStackTrace();
     }
     String ip = hostAndIP.toString();

3. 获得mac地址的方法, 接上

   

  byte[] mac = new byte[0];
        try {
            InetAddress hostAndIP = hostAndIP.getLocalHost();
            mac = NetworkInterface.getByInetAddress(hostAndIP).getHardwareAddress();
        } catch (SocketException e) {
        } catch (UnknownHostException e) {
        }
        StringBuffer buffer = new StringBuffer("");
        for (int i = 0; i < mac.length; i++) {
            if (i != 0) {
                buffer.append("-");
            }
            //字节转换为整数
            int temp = mac[i] & 0xff;
            String str = Integer.toHexString(temp);
            if (str.length() == 1) {
                buffer.append("0" + str);
            } else {
                buffer.append(str);
            }
        }
        String mac= buffer.toString();

这种是直接把代码写在页面上,建议封装一个工具类直接在页面上导入后调用方法获得IP和MAC,或者写成自定义标签

我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
一九八四年一万元相当于现在多少市值
1.5米雪松价格?一米半的雪松多少钱?
黄雷的介绍
在Win7的电脑上用systemprep将电脑还原了,但
想坐最早的地铁班次从青泥洼桥到机场,是几点
假如你是班干部,你该说些什么话激励同学学习
我买了一栋城中村独家院,房产证能过户,土地证
上海400电话怎么办理
1层4室1厅1卫1饭厅适合农村房屋的设计,需要
今天在新余华润万家购物凭票参加摸奖,抽到-
汽车本地过户需要提档吗?比如我买的盐城本地
b=5,A=60° sinBsinC=5/7求面积
农行房贷二十年储34万月供是多少
每两粒含EPA80mg,DHA100mg,DPA50mg的海豹油适
初一自己的亲姐妹能在我家烧香吗
推荐资讯
猪用添加剂用什么好?
中山市金士力食品有限公司怎么样?
树干一节一节的,大型盆栽树是什么树,怎么养
你好,朋友,你那有潘通色卡,能给拍个8240c
吉利金刚所有手续办好大概多少钱?包括这个费
怎么合上漏电保护器?
类似《突兀》中攻的耽美文
河流的春汛和夏汛是怎么回事?
锦隆华亭小区怎么样?好不好?值不值得买?
结婚的事,定金和礼金有什么区别?
什么是机械工艺?
关于泰国的常识有哪些?
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?