cd ..) os.makedirs('dirname1/dirname2') #递归创建目录(mkdir -p) ... os.system('ifconfig eth0') #运行shell命令os.path.abspath('path') ...
確定! 回上一頁