上面打印出來就是顯示目前硬碟容量空間,那現在如果想要把這結果存下來,要怎麼做? #!/usr/bin/env python3 # -*- coding:utf-8 -*- import os cmd_res = os.system("df - ...
確定! 回上一頁