As others have already mentioned, Array.prototype.filter() might be the simplest approach (or Array.prototype.reduce() could also be used ...
確定! 回上一頁