AS3 中 class 的属性

来源:互联网 发布:java遍历字符串数组 编辑:程序博客网 时间:2024/04/29 23:54
Dynamic :Properties can be added at runtime.
Final: Cannot be extended.
Internal(默认): Visible to the current package.

Public: No restrictions.
原创粉丝点击