标签:print 三元运算符 nbsp div else 输出 out system 题目
int a,b; if(a>b) System.out.println(a); else System.out.println(b);
int c=a>b?a:b;
三元运算符(大三元)
原文地址:https://www.cnblogs.com/lavender-pansy/p/10036220.html