const 通常代表的就是宣告該物件不可以變動, 像const a = 3 , 就是宣告a為常數3 , 不可以更動. 而function (const a , const b) , 就是說在這.
確定! 回上一頁