const filterArr = arr.filter(function (item, index) { return true; }); console.log(filterArr); //true 得到四個物件資料,false 得到一個空陣列。
確定! 回上一頁