摘要: import os ,sysimport json def Compare_File(file1_path,file2_path): file1 = open(os.path.join(file1_path), "r") file2 = open(os.path.join(file2_path), 阅读全文
posted @ 2019-05-13 09:34 AEOK 阅读(539) 评论(0) 推荐(0)