令人困惑的javascript行为

时间:2016-12-05 06:42:08

标签: javascript

我刚刚遇到这段代码,完全失去了在第二个控制台上发生的事情。



if ("test") {
    console.log("test" == false)
    console.log("test" == true)  // why this one is false ?
}




这怎么会有相同的结果,既不是真的也不是假的?

0 个答案:

没有答案