比较运算符中没有=,只有== 逻辑运算符 image.png 条件运算符 string str =(8>5)?"8大于5":"8不大于5"; System.out.println(str); 运算符的优先级 image.png 事实上一般会使用小括号辅助进行优先级管理