mirror of
https://github.com/Hello-hao/Tbed.git
synced 2026-09-20 03:18:28 +00:00
2019-12-13更新
This commit is contained in:
@@ -39,8 +39,6 @@ public class IPPortUtil {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
byte[] ipAddr = addr.getAddress();
|
||||
String ipAddrStr = "";
|
||||
for (int i = 0; i < ipAddr.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user