返回数组中的最大值,var arr = [2, 4, 6, 8, 5, 0]; alert(Math.max.apply(this, arr));为什么这里要加上一个apply呢,初学js,不是很懂,麻烦可以将详细一些,谢谢 查看完整描述