<input type = "button" onclick = "btnRst_Click()" value = "重置" >
<script>
function btnRst_Click() {
alert("事件");
}
</script>
</input>