可以快速上手的开发文档
1、判断是否是一个数组functionisArray(arr){returnObject.prototype.toString.call(arr)==='[objectArray]';}isArray..