📅  最后修改于: 2022-03-11 15:04:14.411000             🧑  作者: Mango
// This works!
var turkey = Array.prototype.filter.call(sandwiches, function (sandwich) {
return sandwich.matches('.turkey');
});