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.
有没有办法将对象保存在数组中,然后像这样调用它们:
array.push( Object ); var o:Object = new array[0]();
问候
array.push( Object ); var o:Object = new ( array[0] as Class )();