Global Object

.floor()

2023-07-12

.floor()[[Math]] 的内置对象,用于向下取整。

使用

console.log(Math.floor(5.95)); // 返回 5