标签: javascript
我刚刚遇到这段代码,完全失去了在第二个控制台上发生的事情。
if ("test") { console.log("test" == false) console.log("test" == true) // why this one is false ? }
这怎么会有相同的结果,既不是真的也不是假的?