我需要把下面的 xml 解析 为输出: String id="3"
String name="str1"
String path="/mnt/sdcard/path2"
String type="2"
String desc="des3)"在 android中如何实现呢?<xmldump>
<mfs id="3" name="str1" path="/mnt/sdcard/path2" type="2" desc="des3)" />
<mfs id="1" name="st2" path="/mnt/sdcard/path1" type="2" desc="des2" />
<mfs id="2" name="stvr3" path="/mnt/sdcard/path3" type="2" desc="des1" />
</xmldump>
添加回答
举报
0/150
提交
取消