在使用onmouseover与onmouseout鼠标移入移出事件时发现无法阻止冒泡 event.stopPropagation不管用。 解决办法: 将 onmouseove 和 onmouseenter 分别替换成 onmouseout 和 onmouseleave