码迷,mamicode.com
首页 > 编程语言 > 详细

js中Math.max()求取数组中最大值

时间:2019-02-21 00:37:37      阅读:312      评论:0      收藏:0      [点我收藏+]

标签:let   最大   console   rip   apply   不可   ons   数组   class   

let arr = [3,2,4,1,8,6]
let maxValue = Math.max.apply(null,arr);
console.log(maxValue);

PS: Math.max()中的参数不可以传数组

js中Math.max()求取数组中最大值

标签:let   最大   console   rip   apply   不可   ons   数组   class   

原文地址:https://www.cnblogs.com/manru75/p/10409882.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!