Example: get last item in map javascript row.map((rank, i, arr) => { if (arr.length - 1 === i) { // last one } else { // not last one } });
確定! 回上一頁