eightHundreds
11/6/2016 - 9:43 AM

判断元素是否存在于数组中

判断元素是否存在于数组中

$.inArray(value, array)  
arr.indexOf('1')//if no contain return -1,IE donot support it