Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 flex 4.5 中是否可以进行深拷贝?
Flex 中有一个用于深拷贝的内置函数。
import mx.utils.ObjectUtil; var NewObj:Type = ObjectUtil.copy(Old);