undefined null NaN "" 0 => false
在 && 中,当第一个值为false停止运行,返回该值,即遇假返假
在 || 中,当寻找到true的时候停止运行,返回当前值,即遇真返真