js的面向对象编程
摘要:给阳光网写了一些js代码,想进行oo封装。毕竟对于常用的方法需要整理归纳,oo是比较理想合适。 参考了prototype的实现,感觉很不错,修改一下为: var generateClass = function(properties, baseclass) { var c = function() { if (thi...
阅读全文
posted @ 2009-04-01 22:41
posted @ 2009-04-01 22:41
posted @ 2009-03-17 13:00