09 2011 档案

摘要:/*****************************************************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 阅读(839) 评论(1) 推荐(0)
摘要:你值得拥有!!! 阅读全文
posted @ 2011-09-13 09:01 Joe·Zhou 阅读(555) 评论(0) 推荐(1)
摘要:1 /**************************************************** 2 *CreateBy:joe zhou 3 *CreateDate:2011-9-4 4 *Description:字符串辅助函数 5 ****************************************************/ 6 //String.prototype = { 7 // caption: function () { 8 9 // },10 // leftPad: function (padChar, width) {11 // ... 阅读全文
posted @ 2011-09-08 08:58 Joe·Zhou 阅读(348) 评论(0) 推荐(0)