angular.isArray
描述:
判断是不是数组
使用方法:
angular.isArray(value)
参数详解:
Param Type Details
需要判断的值
返回值:
true/false