控制浮点数的小数点的位数,并且将其转化为字符串 如保留小数点后的3位: NSString *Info =[NSString stringWithFormat:@"%.3f", floatNum]; 需要注意有个点:.3f