How to get the last element of an array? · Use array slice() to return a specific element · Retrieve the last element using negative index array.slice(-1) · Save ...
確定! 回上一頁