width="578" height="210">
width="100%"/>
黄山
230312
黄山市
泰山
240103
泰安市
;
[Bindable]
private var ScenicSpots:XMLListCollection=new XMLListCollection(ScenicSpotsXML.ScenicSpot);
//下面的格式不好,最好写成这样的格式
public var XZQXML : XML =
230312
黄山市
240103
泰安市
110102
北京海淀
420803
湖北荆门
;
[Bindable]
public var Xzqs:XMLListCollection=new XMLListCollection(XZQXML.XZQ);
private function btnClick(evt:MouseEvent):void{
trace(dgv.dataProvider);
}
]]>
本文探讨了一种特定格式的XML数据处理方法,包括如何使用ActionScript解析包含地理位置信息的XML数据,并通过实例展示了如何组织这些数据以供进一步处理。
877

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



