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
相关文章
相关标签/搜索