<?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /> As3.0数据类型<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

 

数据类型
默认值
布尔型( Boolean
False
整数( int
0
数字( Number
NaN (Not a Number)
对象( object
Null
字符串( String
Null
自然数( uint
0

 

说明:
1. As3.0数据基本数据类型包括:Boolean, int,  Uint,, Number, String , void, Null.
2. 除基本数据类型以外的数据类型都是 复杂数据类型,由于存储方式不同,使用原始数据类型要比使用复杂数据类型更加高效 .