支持一下操作符
a && b
a || b
!a
示例︰
if a && b || !c { return -1;}return 1;
if a && b || !c {
return -1;
}
return 1;
本文使用 EduBoo.COM 构建