标签模板

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

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

  

posted @ 2020-03-23 19:58  banzhuxiang  阅读(172)  评论(0)    收藏  举报