Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

readme.md

代理模式

Using the proxy pattern, a class represents the functionality of another class.

使用代理模式,一个类代替另一个类的功能

楼主说

代理模式就是在不改变原有类的情况下,使用一个代理类对它进行功能扩展

UML