#!/usr/bin/env python import difflib import sys try: mcwfile1=sys.argv[1] #第一個配置文件路徑參數 mcwfile2=sys.argv[2] #第二個配置文件路徑 ...
確定! 回上一頁