ArrayCollection 中项目的深度
是否可以以某种方式获取 ArrayCollection 中项目的深度?
is it somehow possible to get item's depth in ArrayCollection?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以以某种方式获取 ArrayCollection 中项目的深度?
is it somehow possible to get item's depth in ArrayCollection?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
来自 livedocs:
From the livedocs:
这是我的代码...
here is my code...
不是答案,我无法发表评论。
来自实时文档: http://livedocs.adobe.com/ flex/3/langref/mx/collections/ArrayCollection.html
为什么你认为 ArrayCollection 有深度?
我想你可以创建一个子 ArrayCollections 的 ArrayCollection。如果是这种情况;那么您可以编写一个函数来搜索其所有子 ArrayCollections。
编辑:我认为您建议的功能存在一些错误。这是我尝试过的一个功能:
Not an answer, I can't post comments.
From live docs: http://livedocs.adobe.com/flex/3/langref/mx/collections/ArrayCollection.html
Why do you think an ArrayCollection has depth?
I guess you can make an ArrayCollection of sub-ArrayCollections. If this is the case; then you could write a function that searches through all its sub-ArrayCollections.
EDIT: I think there are some bugs in the function you suggested. Here's a function I tried: