The floor of a number is the greatest integer that is less than or equal to that number. For example, the floor of 4.1 is 4 . Use math.floor() to get the floor ...
確定! 回上一頁