ES6的一些特色

基本的字符串格式化. 先看一下ES5的 var way = ‘String’ console.log(‘ES5:’ + way) 下面是ES6的 //ES6 let way = ‘String Template’ console.log(ES6: ${way} 多行拼接 先看一下ES5的 var msg =" Himan !’’ 下面是ES6的 const template =es6 hello
相關文章
相關標籤/搜索