return a && b 如果a是true的话,返回b,否则返回a

return a || b 如果a是true的话,返回a,否则返回b 

相关文章: