Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个 mootools 元素,并且我想获取它的所有后代(不仅是直系子女)的列表……我该怎么做?
谢谢!
使用 * css Selector 获取所有孩子:
myElement.getElements('*')