python學習之文件差異對比

#########文件差異對比######### 1.文件差異對比 示例1: In [16]: import difflib In [17]: text1 = 'hello westos'        # 創建diff對象 In [18]: text2 = 'hello zhan'        # 創建diff對象 In [19]: text1_lines = text1.splitlines
相關文章
相關標籤/搜索