if选择结构的语法:
if(boolean类型表达式){
// //条件为真的时候执行的内容
}
if else 选择结构的语法
if(){
}else{
posted on 2020-07-01 17:07 毒蝎子lin 阅读(426) 评论(0) 收藏 举报