摘要: js高级 0级dom事件 <input type=button onclick="alert(js代码)" 这样其实生成了一个function onclick(event)方法把其中js包起来了 0级dom事件 .onclick=function(){ alert("one"); } ... 阅读全文
posted @ 2014-12-16 23:09 南瓜asp 阅读(170) 评论(0) 推荐(0)