林克 为Javascript移植的C#语言集成查询具有出色的性能 安装 $ npm install @siderite/linqer 快速开始 const source = ... an array or a generator function or anything that is iterable... ; const enumerable = Linqer.Enumerable.from(source) ; // now you can both iterate and use LINQ like functions const result = enumerable .where(item= > !! item.value) // like filter .select(item= > { value: item.v