使用system执行多条命令. 为了保证system执行多条命令可以成功,多条命令需要在同一个子进程中运行;. import os os.system('cd /usr/local && mkdir aaa.txt') # 或者 ...
確定! 回上一頁