DOM0级与DOM2级区别是什么
Posted eret9616
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DOM0级与DOM2级区别是什么相关的知识,希望对你有一定的参考价值。
DOM0级别与DOM2级别是什么
Historically, like DOM, the event models used by various web browsers had some significant differences. This caused compatibility problems. To combat this, the event model was standardized by the World Wide Web Consortium (W3C) in DOM Level 2.
以前浏览器的事件模型不规范,各家有自己实现的细微差别,为了统一事件模型, W3C 规范搞了DOM Level2
DOM0级接口一般形式
1.dom标签属性上的onclick (如 <div onclick=‘xxx’ ></div>)
2.在script中为dom指定 divDom.onclick
DOM2级接口一般形式
addEventListener
以上是关于DOM0级与DOM2级区别是什么的主要内容,如果未能解决你的问题,请参考以下文章