返回值:BooleanjQuery.isArray(obj)
jQuery $.isArray() 方法概述
jQuery 1.3 新增。測試對象是否為數(shù)組。
jQuery 3.2中已廢棄
參數(shù)
objObjectV1.3
用于測試是否為數(shù)組的對象
示例
描述:
檢測是否為數(shù)組
jQuery 代碼:
$("b").append( " + $.isArray([]) );
結(jié)果:
<b>true</b>