摘要: try { Enumeration interfaces = NetworkInterface.getNetworkInterfaces(); while (interfaces.hasMoreElements()) { NetworkInterface iface = interfaces.nextElement(); if (iface.isL... 阅读全文
posted @ 2017-05-12 16:43 FrankYou 阅读(303) 评论(0) 推荐(0)