0

您好,我是 android 新手,我目前在 android 中使用 SAX 解析。以下是我的 xml 文件。

<response>
<peoples>
<name>abc </name>
<age>20</age>
<info>
<address>美国</address>
<family>父母</family>
</info>
</people>
<people>
<name>abc </name>
<age>20</age>
<info>
<address>美国</address>
<family>父母</family>
</info>
</people>
</response>

如何使用 SAX 解析器解析这个 xml。请帮我找到这个。提前谢谢你。

4

0 回答 0