python3.x生成html形式,文件差別對比

import difflib import sys try: textfile1 = sys.argv[1] #第一個配置文件路徑參數 textfile2 = sys.argv[2] #第二個配置文件路徑參數 except Exception as e: print("ERROR:"+str(e)) print("USAGE:python.name filename1 f
相關文章
相關標籤/搜索