querySelector()用法 2018-04-12 360 阅读1分钟 document.querySelector(获取的obj、可以传入一个CSS3伪类选择器) 兼容IE8document.querySelectorAll(获取的是一个arr)