发布网友 发布时间:2023-05-14 15:43
我来回答
共1个回答
热心网友 时间:2024-12-15 05:53
1、ceil() :将小数部分一律取整,向整数位进位 // 向上取整
2、floor() :将小数部分舍去 // 向下取整
3、round() :四舍五入