聲明壹個簡單數組:
const tempArr =【7,6,5,4,3,2,1,】;
math . max . apply(null,tempArr)?= = math . min . apply(null,tempArr);
聲明對象數組:
const obj =【{ id:1,價格:1.5},{id:2,價格:1.5,}】;
const arr = obj . map(o = & gt;o . price);
math . max . apply(null,arr)= = math . min . apply(null,arr);