笔记:删除文件的方法

    科技2022-07-16  118

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