前端概念和八股javascript模版字符串本页总览模版字符串 函数调用 const aVar = "good";// fn是一个函数fn`this is a ${aVar} day`;fn(["this is a ", " day"], aVar);