摘要: <!DOCTYPE html ><html> <head> <meta charset="utf-8" /> <title>浏览器事件派发</title> </head> <body> <input id="btn" type="button" onclick="alert('got it')" value="test" /> <script> var disp 阅读全文
posted @ 2012-08-02 18:38 playerlife 阅读(2263) 评论(0) 推荐(0) 编辑