JavaScript 的一些常用设计模式(6)
发布时间:2019-08-19 17:07 所属栏目:21 来源:xianshannan
导读:例子 functionorder(options){ return{ next:(callback)=callback(options), } } functionorder500(options){ const{orderType,pay}=options if(orderType===1pay===true){ console.log('500元定金预购,得到100元优
例子
上面的代码,对 order 相关的进行了解耦,order500,order200、orderCommon 等都是可以单独调用的。
(编辑:ASP站长网) |
相关内容
网友评论
推荐文章
热点阅读