<choose> <when test=""> ... </when> <otherwise> ... </otherwise></choose>
choose为一个整体,类似于switch;
when相当于if,otherwise相当于else
Mybaits相当于if…else…的表达式
原文:https://www.cnblogs.com/mike-guo/p/9549591.html