function tt()
{
const a = FileSystem.ReadFile(`${ActiveDocument.Path}/a.txt`).trim().split('\r\n')
for (const i of a) {
for (const j of ActiveDocument.Paragraphs) {
const rng = j.Range
rng.Find.ClearFormatting
rng.Find.Text = i
rng.Find.MatchCase = false
rng.Find.MatchWholeWord = true
创作者俱乐部成员
创作者俱乐部成员
创作者俱乐部成员
WPS寻令官