<mx:Button x="91" styleName="Button2" buttonMode="true" click="{BrefBnt_Click(event)}" y="9" label="介 绍" paddingLeft="0" paddingRight="0" id="Intro_btn" fontSize="12" width="50" height="28" fontWeight="normal"/>
.Button2{
down-skin:Embed(source="../image/btnbg2_3.png");
over-skin:Embed(source="../image/btnbg2_2.png");
up-skin:Embed(source="../image/btnbg2.png");
font-family:"宋体";
font-size:8;
color:#006699;
text-roll-over-color:#ffffff;
text-selected-color:#006699;
}
如上,label="介 绍"
但是最终显示的效果为“介NULL”