美文网首页
常用方法

常用方法

作者: wj_39ed | 来源:发表于2020-10-09 19:00 被阅读0次
- js
isNan()
**判断是不是一个数字
  * Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).
  * @param number A numeric value.
  */
declare function isNaN(number: number): boolean;

相关文章

网友评论

      本文标题:常用方法

      本文链接:https://www.haomeiwen.com/subject/ibwoyktx.html