摘要: DOM事件基本样式: JS部分: <script> window.onload=function(){ //元素dom // document.getElementById(); // document.getElementsByClassName(); // document.getElement 阅读全文