摘要: event事件问题: //event事件问题 document.onclick=function(ev){//谷歌火狐的写法,IE9以上支持,往下不支持; var e=ev; console.log(e); } document.onclick=function(){//谷歌和IE支持,火狐不支持; 阅读全文
posted @ 2016-11-16 21:42 AlinaXia 阅读(270) 评论(0) 推荐(0) 编辑