摘要: javascript:// add a eventListenerdocument.addEventListener("abc", function(){alert('this is abc handler'}, false);//fire eventdocument.dispatchEvent(n... 阅读全文
posted @ 2014-05-02 08:53 zyip 阅读(279) 评论(0) 推荐(0)