您的位置首页百科问答

如何取消JS事件的派发

如何取消JS事件的派发

的有关信息介绍如下:

如何取消JS事件的派发

function(event){ event.preventDefault(); //取消默认事件 }