摘要: function isArray(value) { if (typeof Array.isArray === "function") { return Array.isArray(value); } else { return Object.prototype.toString.call(value) === "[o... 阅读全文
posted @ 2016-10-11 11:33 cnjs 阅读(396) 评论(0) 推荐(0) 编辑