【Web前端】從數組中找最大/最小值

前言 由於Math.max() 以及 Math.min() 方法中傳入的應該是一組數,數組是接收不了的,因此對從數組中找最大值的方法作一些總結。es6 方法一 Math.max.apply(null, arr); Math.min.apply(null, arr);web apply方法: 語法:apply([thisObj,[argArray]]) 定義:應用某一對象的一個方法,用另外一個對象替
相關文章
相關標籤/搜索