摘要: /*添加事件 */box.addEventListener('click',function(){ //do something },false);//IE6 7 8不支持box.attachEvent('onclick',function(){ //do something});//IE支持//获 阅读全文
posted @ 2016-11-16 15:26 happiness木木 阅读(145) 评论(0) 推荐(0)