摘要: if选择结构 if(condition1){ statements; ......... } 多重if选择结构 if(condition1){ statements; ........ }else if(condition2){ statements; ........ }else{ stateme 阅读全文
posted @ 2016-07-09 15:43 我的MyBatis 阅读(129) 评论(0) 推荐(0)