Path.unlink()在Python 3.4及更高版本中用來刪除單個文件pathlib模塊。 ... import os from os import listdir my_path = 'C:\Python Pool\Test\' ...
確定! 回上一頁