1.错误方法,remove(position)
2.正确方法,直接拿到bean,然后直接set
eventBean.setName(name);
eventBean.setTimer(Integer.parseInt(timer));
1.错误方法,remove(position)
2.正确方法,直接拿到bean,然后直接set
eventBean.setName(name);
eventBean.setTimer(Integer.parseInt(timer));

被折叠的 条评论
为什么被折叠?