Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

第二十七章

链模式(Operate of Responsibility)

通过在对象方法中将当前对象返回,实现对同一个对象多个方法的链式调用。

  • 1.js - 链模式