程序运行时候,if( 条件&& 条件) 其中一个变成null,会输出什么 异常?
if(条件一&&条件二){ }
不知道你说的跳过编译器是什么意思
bad operand types for binary operator '&&' if(true&&null){ ^
这个表达式不合法