GAS:用新行和项目符号替换占位符

时间:2018-08-16 16:40:12

标签: google-apps-script google-docs

我正在寻找用新行和项目符号替换段落中占位符的方法。

第一张照片是我所拥有的: The text that needs to be edited by the script

这是我正在使用的代码:

var docReport = DocumentApp.openById(newPlantrReport);
docBody.replaceText("<Medium>", textMedPri);
docBody.replaceText("<Low>", textLowPri);
docBody.replaceText('<New Line>', '\r');

这是我得到的输出(此图片未显示和替换) The output of the code

有人可以让我知道我该怎么做才能使句子显示在没有逗号且带点的新行中吗?

关于, 沙阿

0 个答案:

没有答案