
BAT腳本批量提取文本中的內容大佬,幫一下小萌新,實在折騰不出來了!想逐行讀取文本內容,獲取DzAPI_Map_HasMallItem關鍵字后面引號中的四位字母,輸出到新文本,最好可以去重。例:有一個txt內容如下:if DzAPI_Map_HasMallItem(Player(0),ZABC)==true orDzAPI_Map_HasMallItem(Player(0),QWER)==true or DzAPI_Map_HasMallItem(Player(0),WEIY)==true thenDzAPI_Map_HasMallItem(Player(0),WEIY)輸出:ZABCQWERWEIY

