CGFloat f = 123.9432; NSString *strDistance=[NSString stringWithFormat:@"%.2f", f]; 如上所述:字符串格式化,格式出输入%.2f ,及表示两位小数