1. 使用os.system("cmd")特点是执行的时候程序会打出cmd在Linux上执行的信息。import osos.system("ls")2. 使用Popen模块产生新的process现在大部分人 ...
確定! 回上一頁