jquery在线API http://hemin.cn/jq/index.html
$.grep( array, function [, invert ] ) https://www.cnblogs.com/dehuachenyunfei/p/6592032.html
$.grep() 函数使用指定的函数过滤数组中的元素,并返回过滤后的数组。
slice原理实现