Underscore - Collection Functions
contains
别名:includes, include
语法:_.contains( list, value [ , fromIndex ] )
1 | // Determine if the array or object contains a given item (using `===`). |
简不单
1 | // Determine if the array or object contains a given item (using `===`). |