Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84327ae

Browse filesBrowse files
committed
2019.03.03
1 parent 1daf91d commit 84327ae
Copy full SHA for 84327ae

1 file changed

+2-1Lines changed: 2 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: Cute-JavaScript/Cute-Patterns/7.代理模式(Proxy).md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.