A.<if>B.<choose>C.<o(jì)therwise>D.<where>
A.<choose>、<when>、<o(jì)therwise>元素組合B.<select>、<where>、<o(jì)therwise>元素組合C.<choose>、<when>、<trim>元素組合D.<if>、<when>、<o(jì)therwise>元素組合
A.<if "username!=null and username!=’’">B.<if test="username!=null or username!=’’">C.<if test="username!=null and username!=’’">D.<trim test="username!=null and username!=’’">