替换模板中的变量
带模板变量的字符串
变量字典
返回替换后的字符串
interpolate('hello {{name}}', { name: 'world' }) -> 'hello world' Copy
interpolate('hello {{name}}', { name: 'world' }) -> 'hello world'
替换模板中的变量