解释一下下面代码的输出。 console.log(0.1 + 0.2); //0.30000000000000004 console.log(0.1 + 0.2 == 0.3); //false 其他 2018-07-12 07:20 0 阅读 NoSuchKey 猜你喜欢