string转成float 把字符串转换成float类型 如何将float转换为string?1. 直接使用float。1]]2float a=1.0F//这里我们定义了一个float变量a,其值为1.0,f代表float类型... 2021-03-15 1553次浏览