直接return document.querySelector(selector)//得到是一个non-live的 NodeList 类型的对象 [].slice.call()//可以吧一个类数组对象转化为一个数组,这样你数组的API就可以使用了。。