mxml:
xml:
<?xml version="1.0" encoding="utf-8"?> <store> <store_title>我的书店</store_title> <store_telephone>222222</store_telephone> <store_address>ttttttttt</store_address> <book id="1" category="Web 开发"> <bookname>Getting Start with Flex</bookname> <sprice>49.9</sprice> <sale>45.9</sale> </book> </store>
本文展示了一个使用Flex编写的程序实例,该程序通过HTTPService从XML文件中加载书籍信息,并将其显示在一个DataGrid组件中。代码实现了XML数据的解析及结果显示。
161

被折叠的 条评论
为什么被折叠?



