3-5 练习题
单选练习题
1
使用哪个方法可以停止事件向上传播(e是事件对象)?
A
e.stopPropagation
B
e.stop
C
e.target
D
e.event
提 交