ES新特性

一、變量聲明 let a= "hello";編程 const PI = Math.PI;數組 二、解構 數組解構: let [a,b,c="dd"] = ["aa","bb","cc"];app 對象解構: let {a,b,c} = object;異步 三、模板字符串和字符串方法 const msg = `hello world ${contry}`; 複製代碼 新增字符串方法:async .i
相關文章
相關標籤/搜索