skip to main
|
skip to sidebar
Everything is Static.
2010年2月11日 星期四
用XML當做Dictionary的key值取出為undfined?
昨天在做Dictionary測試時本來用xml當做key mapping, 結果卻發現用迴圈將xml內資料重新取出return的值卻是undefined.
目前還在找原因為何:S
以下為示範code:
package { import flash.display.Sprite; import flash.utils.Dictionary; public class DictionaryKeyTest extends Sprite { public var data:XML =
public var nodes:Array = []; public var dict:Dictionary = new Dictionary(); public function DictionaryKeyTest() { //測試目的:用XML當做Dictionart key重新取出的值為undefined var key:*; for (var i:int = 0; i < data.*.length(); i++) { key = data.*[i]; nodes.push(key); dict[key] = "nodedata" + i; } for (i = 0; i < data.*.length(); i++) { key = data.*[i]; trace("isEqual:", key === nodes[i]); // return true trace(dict[key]); //return undefined trace(dict[nodes[i]]); //return value } } } }
1 則留言:
{id: "Ticore"}; //
提到...
作者已經移除這則留言。
2010年2月20日 下午1:25
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
tag
:::
(1)
actionscript
(18)
as2
(3)
as3
(14)
AS3 Data Structures
(1)
binding
(1)
BOX2DFlashAS3
(2)
ComboBox
(1)
datagrid
(1)
dictionary
(1)
flash
(4)
flex
(7)
flex3
(4)
flex4
(3)
framework
(2)
game
(1)
include
(1)
List
(1)
ListBase
(1)
mate
(1)
menu
(1)
molehill
(1)
MXML
(1)
note
(2)
opensource
(5)
poker
(1)
PushButton Engine
(1)
QuickBox2D
(1)
scrollbar
(1)
Spark
(1)
tutorial
(3)
xml
(1)
文章
►
2011
(4)
►
6月
(2)
►
3月
(1)
►
2月
(1)
▼
2010
(7)
▼
2月
(3)
Flex Menu客製化上下捲動子選單
用XML當做Dictionary的key值取出為undfined?
撲克牌牌型排列組合
►
1月
(4)
►
2009
(2)
►
12月
(2)
►
2007
(7)
►
2月
(1)
►
1月
(6)
Links
TICORE'S BLOG
ATHER Shu(A.S)的Blog
Adobe User Group (Taiwan)
me
檢視我的完整簡介
1 則留言:
張貼留言