js为元素添加监听事件语法 element.addEventListener(event, function, useCapture) 第一个参数是事件的类型(比如 "click" 或 "mousedown")。2023-02-21JavaScript140