字符串转float类型 string转为float 怎么将float数据转换成字符串?您可以使用sprintf函数将浮点类型转换为字符串(字符数组)。Sprintf函数与format output函数printf类似,只... 2021-03-16 2531次浏览