当我将undefined和null与Boolean false进行比较时,该语句返回false:
undefined == false; null == false;
它返回false.为什么?
javascript
javascript ×1