*新的变量类型 AS3中有许多新的数据类型。其中有些类型是以前没有出现的。AS3中的基本数据类型如下: 简单数据类型: Boolean int null Number String uint undefined 复杂数据类型: Object Array Date Error Function RegExp XML XMLList 新的数据类型通过类来定义,...
*唯一的类变量 (本文非直接翻译,原文如下:) In ActionScript 2, variables defined within a class's body were defined in the class's prototype object. This was an efficient means to handle variable definitions but it also meant that complex data typ...