//一般我们在这里都加上括号
<button onclick="show()">按钮<button>

funtion show(){
    console.log(event);
}
<button onclick="show(event,a)">按钮<button>

funtion show(){
    console.log(event);
}