首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

取得请求路径,转发

2012-09-22 
获得请求路径,转发action中转发:ServletActionContext.getResponse().sendRedirect(path + deposit!getUs

获得请求路径,转发
action中
转发:ServletActionContext.getResponse().sendRedirect(path + "deposit!getUserCardList.action)
请求路径:String path = ServletActionContext.getRequest().getRequestURL().toString();

热点排行