标签:
[myArray insertObject:anObj atIndex:0];
[[myAppObject getArray] insertObject:[myAppObject getObjectToInsert] atIndex:0];
OC基础语法之方法
原文地址:http://www.cnblogs.com/xushining/p/5481500.html