且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

查找和过滤器之间的区别

更新时间:2023-11-01 21:42:52

过滤器减少了已经匹配的元素,而找到会获取匹配元素的后代.

filter reduces the set of already matched elements, while find gets descendants of the matched element.