摘要: function isArray(obj){ return Object.prototype.toString.call(obj) == "[object Array]";} 阅读全文
posted @ 2015-11-08 18:21 万一 阅读(90) 评论(0) 推荐(0)