在js的if中变量判断,以下情况会被认为返回false: 1、 "" 空的字符串 2、 为 0 的数字 3、 为 null 的对象 4、 为 undefined 的对象 5、 布尔值 false 其他的都为真。