int a = [str intValue];按住command 点击intValue 你可以看到更多的字符串与基本数据类型转换 - (double)doubleValue;- (float)floatValue;
This is a string 输入char s[20]; scanf("%s",s);并没有错,但是它只能读入"This",因为scanf("%s",...);遇到空格、Tab、回车即视为读取结束。