摘要: // ============ isArray ===============// // isArray function isArray(value){ return Object.prototype.toString.call(value) == "[object Array]"; } ... 阅读全文
posted @ 2017-11-18 13:55 Web前端架构 阅读(920) 评论(0) 推荐(0) 编辑