querySelector()用法

360 阅读1分钟

document.querySelector(获取的obj、可以传入一个CSS3伪类选择器) 兼容IE8

document.querySelectorAll(获取的是一个arr)