NSString *str = @"123";int a = [str intValue];按住command 点击intValue 你可以看到更多的字符串与基本数据类型转换 - (double)doubleValue;- (float)floatValue;