es5中‘==’与‘===’算法的实现

1 “===“ The comparison x === y, where x and y are values, produces true or false. Such a comparison is performed as follows: If Type(x) is different from Type(y), return false. If Type(x) is Undefined
相关文章
相关标签/搜索