Process exec(String command) 
          Executes the specified string command in a separate process. 运行
 Process exec(String[] cmdarray) 
          Executes the specified command and arguments in a separate process. 带参数运行
 Process exec(String[] cmdarray, String[] envp) 
          Executes the specified command and arguments in a separate process with the specified environment. 带参数与环境变量以上三个方法在java.lang.Runtime