Java調用shell腳本並得到結果

Java代碼 /**       * 運行shell腳本       * @param shell 須要運行的shell腳本       */       public static void execShell(String shell){           try {               Runtime rt = Runtime.getRuntime();              
相關文章
相關標籤/搜索