问题
What is the advantage of using mx:Text over mx:Label in Flex?
回答1:
The Text control displays multiline, noneditable text. Use the Label control if you need only a single line of text.
From here.
来源:https://stackoverflow.com/questions/7103172/advantage-of-using-mxtext-over-mxlabel