二、 mybatis批量插入数据. 1. 接口如下: /* * 批量插入用户信息* */ int insertList(List userList);. 2. xml文件中: <insert id="insertList"> insert into ...
確定! 回上一頁