📅  最后修改于: 2022-03-11 14:56:22.789000             🧑  作者: Mango
The querySelectorAll() method returns all elements in the document
that matches a specified CSS selector(s), as a static NodeList object.
The NodeList object represents a collection of nodes.
The nodes can be accessed by index numbers.
The index starts at 0.