📌  相关文章
📜  检查数字是否为十进制javascript代码示例

📅  最后修改于: 2022-03-11 15:01:34.509000             🧑  作者: Mango

代码示例2
The Number. isInteger() method determines whether a 
value an integer. 
This method returns true if the value is of the type 
Number, and an integer (a number without decimals). 
Otherwise it returns false.