如何自动批量替换,包含子目录
UltraEdit.document[0].findReplace.matchWord = true;UltraEdit.document[0].findReplace.matchCase = true;UltraEdit.document[0].findReplace.replace("Copper", "Silver");