原创 ES6學習筆記 Javascript

字符串模板 Template String let xxx='你好',yyy = '不好'; let printt = `今天你 ${xxx} ${yyy} 啊` Tagged Templates 帶標籤的模板字符串 let