🌈 搜索
📅  最后修改于: 2022-03-11 15:01:17.248000             🧑  作者: Mango
var index = array.indexOf(item); if (index !== -1) { array.splice(index, 1); }