摘要: var obj = {}; obj.isObject = function (obj) { return Object.prototype.toString.call(obj) == '[object Object]'; }; obj.isArray = function (array) { return Object.prototype.toString.call(arra... 阅读全文
posted @ 2018-04-02 13:35 microsoftzhcn 阅读(382) 评论(0) 推荐(0) 编辑