Skip to content

逻辑

||或 &&且 !非

三目运算符

C
int max = a>b?a:b;

优先级