62,628
社区成员
发帖
与我相关
我的任务
分享
public class C
{
public static void main(String[] args) throws Exception
{
Runtime.getRuntime().exec("????");
}
}
Process p = Runtime.getRuntime().exec("cmd /c netstat -an");
InputStream is = p.getInputStream()