JavaScript中的0和-0代表什么?

时间:2019-06-30 11:12:30

标签: javascript numbers

var a = 0;
var b = -0;
console.log(a, b); 

输出0和-0。两者之间有什么异同?

0 个答案:

没有答案