我有一本名为 stateExplanation 的教科书。我想动态更改教科书内的文本。这是我的 ActionScript 3:
stateExplanation.text='Small portion of Pro and large portion of other, Both cease.';
由于某种原因,当我将 Fla 文件作为 Swf 运行时,“其他”一词后面的逗号不会出现。如果我将逗号更改为“。”,则“。” 确实出现了。如何让逗号显示?
注意:我将 ActionScript 3 和 Flash CS5 与 Flash Player 10 一起使用。