事件流、事件冒泡、事件捕获、鼠标经过事件、 mouseover和mouseenter的区别、事件委托、阻止默认行为(阻止冒泡)、页面加载、滚动、尺寸
事件流分为捕获阶段和冒泡阶段Document.father{width:500px;height:500px;background-color:pink;}.son{width:200px;height:200px;background-color:purple;}constfa=document.querySelector('.father')constson=document.querySel