blogZhao

标签模板不是模板,而是函数调用的一种特殊形式

alert`hello`
// 等同于
alert([\'hello\'])

  

分类:

技术点:

相关文章: