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.
只有那些具有数据的 xml 标记需要放置在 arraylist 中,这将充当数据组的数据提供者。
任何人都可以帮助完成这项任务...在此先感谢
for each (var x:XML in myXML.item) { if (x.children().length() > 0) myList.push(x); }