Python内置函数-float() 函数的云计算开发详解 描述 float() 函数用于将整数和字符串转换成浮点数。 语法 以下是 float() 方法的语法: claSS float([x]) 参数 x — 整数或字符串 返回值 返回浮点数。 实例 以下实例展示了 float() 的使用方法: