我在 javascript 中有这个对象数组 [{x:0, y:1}, {x:3, y:2}] 。我想使用扩展运算符获取仅 x (0, 3) 的数组...所以我可以在之后应用 javascript Math.max。 查看完整描述