🌈 搜索
📅  最后修改于: 2022-03-11 14:52:05.984000             🧑  作者: Mango
function even(t) { return t.filter(function(x){ return x % 2 == 0; }); }