Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 javascript 实现了简单的发布者和订阅者。现在我遇到了 jquery 触发器和绑定。触发和绑定与发布者和订阅者一样......
是的,在某种程度上。事件处理trigger()和bind()使用是发布/订阅模式。但这些函数仅适用于 jQuery 对象,不适用于 JavaScript 对象。
trigger()
bind()