第一種方式: $(document).ready(function(){ $("#clickme").click(function(){ alert("hello world click") }) }) 第二種方式(簡寫方式為第一種): ...
確定! 回上一頁