jQuery.isArray( obj )返回: boolean
描述: 确定的参数是一个数组。
$.isArray()
返回一,用来指明对象是否是一个JavaScript数组(而不是类似数组的对象,如一个jQuery对象)。
例子:
Finds out if the parameter is an array.
1
2
3
4
5
6
7
8
9
10
11
|
|