摘要: /*****************************************************CreateBy:joe zhou*CreateDate:2011-9-20*Description:数组统计函数****************************************************/$.extend({ max: function (arr) { return cacl(arr, function (item, max) { if (!(max > item)) { return... 阅读全文
posted @ 2011-09-21 09:37 Joe·Zhou 阅读(838) 评论(1) 推荐(0)