假设我想在某处有一个多行字符串的模板:
I have some text with ${placeholders} in this and some ${different} ones ${here} and ${there}
用用户输入替换占位符的最佳方法是什么?here-documents 会很好用吗?
string here-document
here-document ×1
string ×1