解释一下下面代码的输出。 console.log(0.1 + 0.2); //0.30000000000000004 console.log(0.1 + 0.2 == 0.3); //false

NoSuchKey

猜你喜欢

转载自blog.csdn.net/axiba01/article/details/80964606