var array = []; console.log(array.slice(-1)); // return [] console.log(array.slice(-1)[0]); // returns undefined ...
確定! 回上一頁