移除并返回数组最后一个元素。
array.pop()
Any | Null:数组为空时返回 null。
Any | Null
null
items = [1, 2, 3] result = items.pop()