试题详情

在Mybatis中,设置自动生成主键后通过什么属性获取自动生成的(主)键值

A设置resultMap

B设置useGeneratedKeys

C设置keyProperty

D设置Property