const object = { firstAttribute: 'firstValue', secondAttribute: 'secondValue' }; objectList.filter(o -> o.firstAttribute === 'firstValue');
確定! 回上一頁