if基本语法

if(+条件){

  System.out.println(“内容”)//代码块

}else{

  System.out.prinltln(“内容”)//否则

}

posted @ 2017-09-18 16:28  陪你搞怪  阅读(201)  评论(0)    收藏  举报