單項選擇題在使用<foreach>元素時最關(guān)鍵也是最容易出錯的就是()屬性。

A.open
B.close
C.index
D.collection


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Mybatis中的()元素用于數(shù)組和集合的循環(huán)遍歷。

A.<if>
B.<when>
C.<where>
D.<foreach>

4.單項選擇題拼接SQL語句時,可以用()元素自動刪除SQL語句條件部分的多余的"AND"或"OR"。

A.<if>
B.<choose>
C.<otherwise>
D.<where>

5.單項選擇題MyBatis的動態(tài)SQL中,相當于Java的switch...case...default語句的是()。

A.<choose>、<when>、<otherwise>元素組合
B.<select>、<where>、<otherwise>元素組合
C.<choose>、<when>、<trim>元素組合
D.<if>、<when>、<otherwise>元素組合