摘要: 导入依赖 '''导入依赖''' from pathlib import Path import filecmp 函数说明 ''' filecmp.cmp(path1, path2, shallow=True) path1/path2:待比较的两个文件路径。 shallow :默认为True,即只比较 阅读全文
posted @ 2021-08-29 19:09 Python集中营 阅读(631) 评论(0) 推荐(0)