摘要:
这里拿Pro Javascript Design Pattern中的例子作为case。假如一家自行车店销售各种自行车:/*TheBicycleinterface.*/varBicycle=newInterface("Bicycle",["assemble","wash","ride","repair"]);/*Speedsterclass.*/varSpeedster=function(){}Speedster.prototype={assemble:function(){console.log 阅读全文
posted @ 2012-09-20 22:31
渔樵耕读2017
阅读(380)
评论(0)
推荐(0)
2012年9月20日