1.[].slice.call(NodeList)
2.Array.prototype.slice.call(NodeList)
3.Array.from(NodeList)
4.解构赋值[...NodeList]
5.for循环push