_.chain([1,2,3,200]) .filter(function(num) { return num % 2 == 0; }) .tap(alert) ... for example to enable Lodash-like string path shorthands.
確定! 回上一頁