AngularJs2.0框架(常量,解構,面向對象)

一.常量; 常量:cost; 賦值:const 常量名稱=value(注意:常量在項目中不能被重新賦值) 二.解構; *1.var arr=[111,112,113]; var [one,two,three]=arr; ---》解構過程 相當於var one=111,var two=112,var three=113; function test(){ console.log(one) }; te
相關文章
相關標籤/搜索