例如:
if(a>b)
System.out.println("a大于b");
else
System.out.println(a<b);
//是不是这种类似的语句可以省略大括号?
可以。
可以的
没问题