模板字符串:用反引号来定义
let a='我是普通字符串'; let b = `我是模板字符串`; console.log(`我喜欢你${b}`); console.log(`求和${1+1}`);
优点
← 新增数组方法