function (event){} event可有可无,它是一个内置参数,加上它是为了规范function(a){alert(a)} 当不为event时,a就是你要传递的参数function(a,b){} ...
確定! 回上一頁