1.使用getChildByName函数来获取对象
var lblName:Label = getChildByName("Name") as Label;
2. 再根据获取到的对象,重新设置对象的Text属性
lblName.text ="xxxxxx";
1.使用getChildByName函数来获取对象
var lblName:Label = getChildByName("Name") as Label;
2. 再根据获取到的对象,重新设置对象的Text属性

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