import java.io.IOException;
public class Example03 {
public static void main(String[] args) throws IOException {
// TODO 自动生成的方法存根
Runtime rt = Runtime.getRuntime();
rt.exec("cmd /k start cmd.exe");// 打开cmd并且显示窗口
System.out.println("Test");
}
}
和你一起闪耀到世界尽头
poterliu
Its_forever
随时随地看视频慕课网APP
相关分类