摘要: 1.元素的属性 div.attributes是所有标签属性构成的数组集合 div.classList是所有class名构成的数组集合 在classList的原型链上可以看到add()和remove() 2.client系列 (1)clientWidth/clientHeight 是我们设置的宽和高加 阅读全文
posted @ 2018-11-12 19:51 a前端 阅读(110) 评论(0) 推荐(0) 编辑