NSMutableArray

遍历

for (NSString *str in mutableArray){
    NSLog (@”%@”, str);
}

 

posted @ 2013-08-02 09:23  秃鹰  阅读(61)  评论(0)    收藏  举报