return a && b 如果a是true的话,返回b,否则返回a return a || b 如果a是true的话,返回a,否则返回b 相关文章: 2018-10-18 2022-12-23 2021-09-06 2021-07-24 2022-12-23