我爱编程

数组的foreach方法和jQuery中的each方法

2018-03-28  本文已影响12人  sunnyghx

/*

/*

console.log( index, val, this );

if( index === 1 ) {
return false;
}
});*/

/*

$.each( obj, function( key, val ) {
console.log( key, val, this );
} );

$.each( arr2, function( index, val ) {
console.log( index, val, this );
} );

上一篇 下一篇

猜你喜欢

热点阅读