前言os.system方法是os模块最基础的方法,其它的方法一般在该方法基础上封装完成。 os ... import os os.system('cd /usr/local') os.mkdir('aaa.txt).
確定! 回上一頁