标签:core -- 数组 under jquery sele tor function selector
1. $(selector).each(function(index,element)); -----------index 选择器的index位置,element --当前的元素
2._.each([1,2,3,4,],function(n){if(n)...........});---------------underscore.js下的函数,下划线用来标识;数组中的每个元素执行后面的function函数
标签:core -- 数组 under jquery sele tor function selector
原文地址:http://www.cnblogs.com/leolzi/p/7850698.html