Array.prototype.pop() by JavaScript convention. let fruit = ['apple', 'orange', 'banana', 'tomato']; let popped = fruit.pop(); ...
確定! 回上一頁