• 遍历动态sql
      1. <foreach collection="array" item="id" open="(" close=")" separator=",">
      2. #{id}
      3. </foreach>