🌈 搜索
📅  最后修改于: 2022-03-11 15:03:29.333000             🧑  作者: Mango
// ES6 const prices = smartPhones.map(smartPhone => smartPhone.price); console.log(prices); // [649, 576, 489]