摘要: 1.最大数为2^53,+1还是2^53 2.String('A') 'A';new String('A')!=='A' 3.小数进行运算有精度一般不能这么用小数比较,可以扩大精度至整数 4.typeof null 为"object",null instanceof Object 为false 5.数 阅读全文
posted @ 2019-08-28 16:05 tooSimple_sz 阅读(156) 评论(0) 推荐(0)
摘要: 1.最大数为2^53,+1还是2^53 2.String('A') 'A';new String('A')!=='A' 3.小数进行运算有精度一般不能这么用小数比较,可以扩大精度至整数 4.typeof null 为"object",null instanceof Object 为false 5.数 阅读全文
posted @ 2019-08-28 15:59 tooSimple_sz 阅读(251) 评论(0) 推荐(0)