会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
伊优
Yesterday you said tomorrow.
博客园
首页
新随笔
联系
管理
订阅
2017年10月25日
函数isNaN() parseFloat() parseInt() Math对象
摘要: isNaN() 定义和用法 isNaN() 函数用于检查其参数是否是非数字值。 isNaN(x) x 是特殊的非数字值 NaN(或者能被转换为这样的值) console.log(isNaN(NaN));//true console.log(isNaN("0"));//false console.lo
阅读全文
posted @ 2017-10-25 09:40 伊优
阅读(997)
评论(0)
推荐(0)
公告