RunTimer

作者: 白纸糊 | 来源:发表于2019-03-27 16:12 被阅读0次
    package cn.alittle.Main.RunTime;
    
    import java.io.IOException;
    
    public class RuntimeDemo {
        public static void main(String[] args) throws IOException {
            Runtime runtime = Runtime.getRuntime();
            runtime.exec("notepad");
        }
    }
    

    相关文章

      网友评论

          本文标题:RunTimer

          本文链接:https://www.haomeiwen.com/subject/psazvqtx.html