<!DOCTYPE html><html><head> <title></title></head><body><input type="button" value="anniu" id="btn" name=""> <script type="text/javascript"> var btn=document.getElementById('btn'); function st(){ alert("sd") } btn.onclick=st; </script></body></html>写成btn.onclick=st();就打开页面直接弹出alert了,这是为什么呢?这是什么原理?
添加回答
举报
0/150
提交
取消