的含义解释

<foreach collection="list" item="item" open="(" close=")" separator="," index=""> #{item.studentId} </foreach> 解释含义:数组 foreach的主要用在构建in条件中,它能够在SQL语句中进行迭代一个集合。 foreach元素的属性主要有 item,index,collection
相关文章
相关标签/搜索