java 根据IP地址获取远程服务器上的mac地址
public class MacUtils { public static String callCmd(String[] cmd) { String result = ""; String line = ""; try { Process proc = Runtime.getRuntime().exec(cmd); InputStreamReader is = new InputStreamReade.
原创
2021-10-13 14:49:57 ·
1771 阅读 ·
4 评论