单项选择题

在原生js当中,当我们需要阻止事件的默认行为,比方说防止a标签的跳转,应该使用以下那种方法()

A.event.preventDefault
B.event.targetName
C.event.stoppropogetion
D.event.stop