笔记:删除文件的方法

    科技2022-07-16  113

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