在AS2.0的时候我们声明一个变量的时候默认的值都为undefined或者NULL
可是现在到了AS3.0就改变了.boolean:false
int:0 numbler:NaN object:null string:null
uint:0 未声明类型*:undefined 其他:null
转载于:https://www.cnblogs.com/appleseed/archive/2008/07/16/1244220.html
转载于:https://www.cnblogs.com/appleseed/archive/2008/07/16/1244220.html