我有一些繫結(bind)事件處理程式的示例程式碼,如下所示: var h1=document.querySelector('h1'); h1.onclick=doit; function doit(x) ...
確定! 回上一頁