所以我有以下 NSmutableArray:
Printing description of globals->_info:
<__NSCFArray 0x8a979c0>(
{
rep = "name";
PriceA = 150;
PriceB = 150;
nextInvoice = 1001000001;
},
{
rep = "othername";
PriceA = 150;
PriceB = 150;
nextInvoice = 1001000001;
}
)
如何将 nextInvoice 加一?
谢谢!