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
相关分类