python模块之subprocess模块级方法的使用 subprocess.run()运行并等待args参数指定的指令完成,返回CompletedProcess实例。参数:(*popenargs,inp subprocess模块级方法