Skip to content

Commit 84327ae

Browse files
committed
2019.03.03
1 parent 1daf91d commit 84327ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Cute-JavaScript/Cute-Patterns/7.代理模式(Proxy).md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 七、代理模式(Proxy Pattern)
22
### 1.概念介绍
3-
**代理模式(Proxy Pattern)**为其他对象提供一种代理,来控制这个对象的访问,代理是在客户端和真实对象之间的介质。
3+
4+
**代理模式(Proxy Pattern)** 为其他对象提供一种代理,来控制这个对象的访问,代理是在客户端和真实对象之间的介质。
45

56
![装饰者模式1](http://images.pingan8787.com/20190303_proxy.png)
67

0 commit comments

Comments
 (0)