🌈 搜索
📅  最后修改于: 2022-03-11 15:03:06.893000             🧑  作者: Mango
let items = [1, 2, 3] items.push(4); // items = [1, 2, 3, 4]