0
点赞
收藏
分享

微信扫一扫

SSH 小技巧大全

elvinyang 2023-03-06 阅读 108


1、把数据放在栈顶

public String editUI() throws Exception {
//回显数据
Role role = roleService.getById(id);
ActionContext.getContext().getValueStack().push(role);
return "editUI";
}


举报

相关推荐

0 条评论