spring后台会在过滤器里会自动拼接urlParent和currentUrlDecode参数 jsp页面编码时: 1,在父页面跳转打开子页面的URL,需要带上参数: urlParent=${currentUrlDecode} 2,子页面返回按钮的js代码统一使用: [removed].href = "${basePath}/" "${urlParent}"; 其中basePath为${pageContext.request.contextPath} 例如 function pageBack(){ [removed].href = "${basePath}/"