ファイト!ファイト!
(1)找到数组中最小或最大的数字
var v = [1,23,4,9]; console.log(Math.min.apply(Math,v));
posted on 2014-12-25 18:31 云贤力 阅读(244) 评论(0) 编辑 收藏 举报