🌈 搜索
📅  最后修改于: 2022-03-11 15:00:59.154000             🧑  作者: Mango
var x = [2, 4, 6, 7] x.popLast() print(x.count) // output : 3