标签:style class blog code color rgb
var Arr = [5,6,1,2,3];// var minValue = Math.min.apply(null,Arr);//apply方法可直接求出数组中的最小值
var minIndex = $.inArray(minValue,Arr);//inArray求最小数在数组中的序列号 固定方法
alert(minIndex);//输出2 即数字1在数组中的位置
求数组中的最小值以及最小值的序列号,布布扣,bubuko.com
标签:style class blog code color rgb
原文地址:http://www.cnblogs.com/jiangtuzi/p/3783990.html