如何将类对象值分配给可变数组?

时间:2022-05-26 21:43:05

I am using the class object to store the xml parsed data. But now I need one mutable array and I want to store the class object values in new Mutable array.

我使用类对象来存储xml解析数据。但现在我需要一个可变数组,我想将类对象值存储在新的Mutable数组中。

1 个解决方案

#1


2  

use this

用这个

[yourArray addObject:obj];

#1


2  

use this

用这个

[yourArray addObject:obj];