动态修改文本框格式字体
function pressbt(event:Event):void
{
if(flag)
{
T.htmlText=CN_CONTENT_S+"臺北公車站"+CN_CONTENT_E;
TT.htmlText=CN_CONTENT_S+"臺北公車站"+CN_CONTENT_E;
flag=false;
}
else
{
T.htmlText=EN_CONTENT_S+"Taipei Bus Station C"+EN_CONTENT_E;
TT.htmlText=EN_CONTENT_S+"Taipei Bus Station C"+EN_CONTENT_E;
flag=true;
}
}
- 1
- 2
前往页