语法float()方法语法: class float([x]) 参数x -- 整数或字符串返回值返回浮点数。 实例以下实例展示了float() 的使用方法: [mycode3 type='python'] >>> float(1) ...
確定! 回上一頁