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.
将事件的bubbles属性设置为false意味着该事件根本不会在显示列表中冒泡。
bubbles
false
我的问题是,事件是否也不会通过捕获阶段,或者这不是一个条件?