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.
将事件连接到函数后,我想要一种手动触发事件的方法(没有实际发生事件)。我正在寻找类似 jQuery 的 .trigger() 函数的东西。
谢谢
使用小部件上的emit方法,例如button.emit("clicked").
emit
button.emit("clicked")