Is there any why to remove last object in NSMutablearray without crashing app? :D
Sure: send the removeLastObject
message to a valid NSMutableArray
object which is not empty.
来源:https://stackoverflow.com/questions/13498707/removing-last-object-in-nsmutablearray