event.cancelBubble()


event.stopPropagation() 的别名。这个在 Node.js 中不使用,仅为完整性提供。

🌐 Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness.