Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

建造者模式

建造者模式(Builder),将一个复杂对象的构建和他的表示分离,使得同样的构建过程可以创建不同的表示。

建造者模式(Builder)