結論是對陣列Array 來說,沒有把陣列刪除變數這件事,似乎就只能把陣列清空,而不能刪除變數 ... delete b; // false console.log(b); // 42 const c = 42; delete c; ...
確定! 回上一頁