<foreach collection="ids" open="(" close=")" separator="," item="id">
#{id}
</foreach>
mybatis 遍历集合或数组
最新推荐文章于 2023-12-17 21:17:43 发布
<foreach collection="ids" open="(" close=")" separator="," item="id">
#{id}
</foreach>