NSString和const char *之间的转换 示例: NSString *str; const char *c; str = userKey.UTF8String; c = [NSString stringWithUTF8String:str]