java三层嵌套判断

java 三层三元判断 int b = 20; String bb = b>50?”是”:(b>30?”是”:(b>20?”是”:”否”)); System.out.println(bb);java
相关文章
相关标签/搜索