2010年4月27日 - You can use the Array.prototype.filter method: homes.filter(function (el) { return el.price = 500 && el.num_of_beds >=2 ...
stackoverflow.com