摘要: JS实现功能var obj = function (id) { return "string" == typeof id ? document.getElementById(id) : id;};var Class = { create: function () { return function () { this.initialize.apply(this, arguments); } }}Object.extend = function (destination, source) { for (var proper... 阅读全文
posted @ 2013-12-20 17:02 Crazier 阅读(283) 评论(0) 推荐(0)