Iterate #. Underscore _.each(array, iteratee). ES5.1 array.forEach(iteratee) ... _.find(array, predicate). ES2015 array.find(predicate) ...
確定! 回上一頁