摘要: var isArray = Array.isArray || function(o) { return typeof o "object" && Object.prototype.toString.call(o) "[object Array]"; };isArray([]);//true 阅读全文
posted @ 2016-08-23 19:47 jiapeng 阅读(167) 评论(0) 推荐(0)