在事件响应函数调用的函数中就不能通过this来获得事件对象了,必须传参数,比如下面的
<input?type="button"?value="click3"?onclick="buttonClick(this)"><br>
<!--EndFragment-->