标签: javascript google-chrome
以下代码如何运作?
var result = ["test"] == "test"; console.log(result); // returns true
我已经测试过chrome和[" string"] ==" string"`返回true。