如何读取 Haxe 中的 XML 属性?

How to read XML Attributes in Haxe?

如何从 Haxe 中的 XML 文件中读取 XML 属性? 这是我的 XML 文件:

<scene>
    <page image="0.png" text="Hello"/>
    <page image="1.png" text="Goodbye"/>
</scene>

谢谢大家的回答!

您可以使用 Access API 访问最常见的 Xml 方法。