java中調用shell命令

import java.io.BufferedReader; import java.io.InputStreamReader; public class Shell { public static void main(String[] args) { String command = "ls -l"; test(command); } public static voi
相關文章
相關標籤/搜索