You can do this using native javascript by applying filter method which accepts ... item.state == 'New York'; }).map(function({id, name, city}){ return {id, ...
確定! 回上一頁