摘要: 1 private static String getIpAddress(){ 2 try { 3 return InetAddress.getLocalHost().getHostAddress(); 4 } catch (UnknownHostException e) { 5 e.printStackTrace(... 阅读全文
posted @ 2017-01-05 13:16 疯子~ 阅读(179) 评论(0) 推荐(0) 编辑