public static void main(String[] args) {
int i=1;
int b=i== 3 ? i :false ? 2 : 3;
System.out.println(b);
}谁能解释下这逻辑,b=3