SOURCE

console 命令行工具 X clear

                    
>
console
ducument.onmousedown = (event) => {
    console.log(event)
}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <title>Document</title>
</head>
<body>
    
</body>
</html>