摘要: 浏览器的事件模型 由网景公司引入的 DOM0 级事件模型 把事件处理程序绑定到 DOM 元素的属性上: ele.onclick(); ele.onDOMContentLoad(); ele.onload(); ele.onmousemove(); 把事件处理程序绑定到 DOM 元素的属性上: ele 阅读全文
posted @ 2018-11-07 15:20 耶梦加德 阅读(221) 评论(0) 推荐(0) 编辑