ActionScript 3 在AS3中声明和输出字符串值

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 在AS3中声明和输出字符串值相关的知识,希望对你有一定的参考价值。

//declare a String, and assign a value to it
var str:String = "This is a string.";

//trace the value of the String
trace(str);

以上是关于ActionScript 3 在AS3中声明和输出字符串值的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 AS3在阵列中?

ActionScript 3 AS3:在数组中搜索

ActionScript 3 AS3:在ActionScript中使用E4X生成动态XML

ActionScript 3 在Flex 3上的AS3中嵌入字体

ActionScript 3 在AS3中标记For循环

ActionScript 3 在AS3中使用麦克风