Returns the last element of an array. Passing n will return the last n elements of the array. _.last([5, 4, 3, 2, 1]); => 1.
確定! 回上一頁