JavaScript里为什么Number(0)==''为true?_百度知道
javascript +[] === 0 // true 为什么? - SegmentFault
JS中为什么(' ' == 0) 为true - huaishuming的专栏 - 博客频道 - ...
JS中为什么(' ' == 0) 为true_百度知道
JS中为什么(''==0)为truejavascript中为什么(''==0)..._百度作业帮
为什么 javascript 中 0.1 + 0.2 !== 0.3 为 True - SegmentFault
Javascript:if(0=='')条件为true (注意==和===的区别)
JavaScript中为什么null==0为false而null大于=0为true(个人研究)