Python **math.floor()** 函数返回数字的下舍整数,俗称地板流取整## 导入模块```python import math ``` ## 语法```python math.floor( x ) ``` ## 参数- 简单教程, ...
確定! 回上一頁