1.方法括号不传值this
{ window.location.href = "ghJfGameInfo.do?method=delMiGameBelong&rowId="+rowId;get
public String delMiGameBelong(HttpServletRequest request)io
Long rowId = this.getLongValue(request, "rowId");List
2.关于返回值定义int 类型或String类型问题request
public String deleteNotice (String id) {
String errCode = "&errCode=3";
try {
boolean result = noticeService.deleteNotice(id);
if (result) {
errCode = "&errCode=3";
} else {
errCode = "&errCode=-3";
}
} catch (Exception e) {
log.error("删除公告出错!", e);
}
return "redirect:notice.do?method=noticeList" + errCode;
} 前台 errCode = "?errCode=-15"; return backUrl + errCode;方法
String errCode = "&errCode=5";error