发个娱乐版模板字符串 function template(pattern, data) {   return new Function(     `with(${JSON.stringify(data)}) { return \`${pattern}\` }`   )() }