简单说来,Python 执行系统命令的方式有四种方式,即os.system(cmd) (建议用subprocess 模块) ... print('hello stderr', file=sys.stderr). exit(2) ...
確定! 回上一頁