underscore.js 一个强大的js函数库

Underscore提供的100多个函数,主要涉及对Collection、Object、Array、Function的操作:

Collections(集合) 
eachmapreducereduceRightfindfilterrejectallanyincludeinvoke,pluckmaxminsortBygroupBysortedIndexshuffletoArraysize

Arrays(数组) 
firstinitiallastrestcompactflattenwithoutunionintersection,differenceuniqzipindexOflastIndexOfrange

Functions(函数) 
bindbindAllmemoizedelaydeferthrottledebounceonceafterwrap,compose

Objects(对象) 
keysvaluesfunctionsextenddefaultsclonetapisEqualisEmpty,isElementisArrayisArgumentsisFunctionisStringisNumberisBoolean,isDateisRegExpisNaNisNullisUndefined

Utility(功能) 
noConflictidentitytimesmixinuniqueIdescapetemplate

Chaining 
chainvalue

https://github.com/the5fire/backbonejs-learning-note

上一篇:Android 自定义 view(四)—— onMeasure 方法理解


下一篇:基于MATLAB的中值滤波均值滤波以及高斯滤波的实现