Skip to content
大猿猴的前端世界
Search
K
Main Navigation
系列文章
HTML
CSS
JavaScript
TypeScript
Web技术
Vue
代码设计
代码性能
工具
设计模式
Appearance
Return to top
文章导航
观察者模式
角色
1个Subject主体接口
1个Observer观察者接口
1个Subject主体类
n个Observer观察者类
使用场景
IntersectionObserver