function isArray(obj){ return Object.prototype.toString.call(obj) == "[object Array]"; }
posted on 2015-11-08 18:21  万一  阅读(90)  评论(0)    收藏  举报