笔记:删除文件的方法

    科技2022-07-16  101

    path=“文件路径” if os.path.exists(path): os.remove(path)
    Processed: 0.009, SQL: 8