清空整个word文档, 有没有直接的方案?

阅读次数 25

清空整个word文档, 有没有直接的方案?

1 Answers

const Range = await app.ActiveDocument.Content Range.Text = ''