<!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了,這是為什么呢?這是什么原理?
btn.onclick=st;和btn.onclick=st();區(qū)別是什么?
慕尼黑的夜晚無繁華
2018-08-29 17:10:40