摘要: [javascript]Object.prototype.clone = function () { if (typeof(this) != 'object') return this; if (this == null) return this; var o = Object.prototype.toString.call(this) === '[object Array]' ... 阅读全文
posted @ 2010-08-25 13:19 7hihi 阅读(115) 评论(0) 推荐(0) 编辑