1.页面上forEach用法${user.name}${user.age}${user.password}2. mybatis里面的forEachselect * from t_blog where id in#{item}3.上面两个应该就是你要的foreach