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组件中。文章展示了如何利用mXML语法进行布局定义,以及如何通过事件处理函数解析和绑定XML数据。

3306

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



