事件代理的时候,使用事件对象中的srcElement属性,获取触发元素。IE浏览器支持window.event.srcElement , 而firefox支持window.event.target。
案例好像没兼容火狐的写法吧
这种案例上百度 有很多的答案