摘要:
1.HTML事件处理 直接添加到html结构中处理程序属性 <body> <button onclick="demo()">按钮</button> <script> function demo(){ alert("html事件处理"); } </script> </body> 这种html事件处理有 阅读全文
posted @ 2016-03-06 17:10
沙狸
阅读(268)
评论(0)
推荐(0)
浙公网安备 33010602011771号