获取手机本地IP地址
摘要:
public String getLocalIpAddress() { try { for (Enumeration en = NetworkInterface .getNetworkInterfaces(); en.hasMoreElements(); ) { ... 阅读全文
posted @ 2017-11-10 16:04 LoaderMan 阅读(1518) 评论(0) 推荐(0)
posted @ 2017-11-10 16:04 LoaderMan 阅读(1518) 评论(0) 推荐(0)