NSString 类原型: 1@interfaceNSString : NSObject <NSCopying, NSMutableCopying, NSCoding>23/*NSString primitive (funnel) methods. A minimal subclass of NSString just needs to implement these, although we also recommend getCharacters:range:. See below for the other methods.4*/5-(NSUInteger)leng...