About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
eightHundreds
11/6/2016 - 9:43 AM
share
Share
add_circle_outline
Save
判断元素是否存在于数组中
判断元素是否存在于数组中
elementInarray.js
content_copy
file_download
$.inArray(value, array) arr.indexOf('1')//if no contain return -1,IE donot support it
clear