JavaScript Query Lambda
目录
attrs.where("( el, i, res, param ) => param.test( el.more[0].id )", new RegExp( “^con”, “i”)) attrs.where("( el, i, res, param ) => param( el.more[0].id )", function(el){ console.log(el) })