首先,我们需要明确 `addEventListener()` 的基本语法结构:```javascriptelement addEventListener(event, listener, useCapture);```