2025-03-29 14:35:49 +08:00

3 lines
188 B
Markdown
Executable File

# 发布订阅
> 发布-订阅模式:**定义对象之间的一种一对多的依赖关系**,当一个对象的状态发生改变时,所有依赖于它的对象都将得到通知!