摘要: 定义的写法//构造函数function test(){ //construct code}//初始化方法test.prototype.init = function(){ //init code};//扩展方法test.prototype.expandFunc = function(){... 阅读全文
posted @ 2015-12-19 13:55 zcynine 阅读(2630) 评论(0) 推荐(0)