math函数name describe e.g result abs 取绝对值math.abs(-2015) 2015 ceil 向上取整math.ceil(20.15) 21 floor 向下取整math.floor(20.15) 20 round ...
確定! 回上一頁