单项选择题

ES中function fun1(e){}函数内部,阻止事件冒泡的是()

A.e.cancelBubble()
B.e.stopPropagation();
C.e.target
D.e.pageX