InputStream stdout = null; // launch the command and grab stdin/stdout and stderr. Process process = Runtime.getRuntime().exec("ls -la"); stdin = process.
確定! 回上一頁