为了账号安全,请及时绑定邮箱和手机立即绑定

一个小数为什么用isNaN和typeof判断不相符?

一个小数为什么用isNaN和typeof判断不相符?

30秒到达战场 2018-10-17 13:41:16
var arr = [119.657958,29.108071];function c(){  var x = ((Math.random()-0.5)/500).toFixed(6);  console.log(x);  return x;}let y = c();console.log(isNaN(y));console.log(typeof y);console.log(y+1);  结果为为什么y既是数字又是字符串呢
查看完整描述

1 回答

?
jeck猫

TA贡献1909条经验 获得超7个赞

使用isNaN会使用Number进行隐式转换


查看完整回答
反对 回复 2018-11-05
  • 1 回答
  • 0 关注
  • 477 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信