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.
e4x 编程扩展是 Actionscript 的原生扩展,可以通过 Xpath 或任何其他 DOM 接口使用它。我想从 flex 社区了解他们是否有任何不好的经历,比如性能等,或者任何其他陷阱。
在我的许多应用程序中,e4x 都是天赐之物。它易于使用,我没有发现任何性能问题。我已经被 e4x 宠坏了,我开始使用 XML 而不是 ArrayCollections。
在我看来,e4x 是要走的路。