1.detail详细页面加上返回按钮,返回到list列表页

<input type="button" value="    返回    " onclick="javascript :history.go(-1);"/>

2.如果在list列表页中存在如下设置:需要注释掉,解决返回网页过期问题~!

<%
//response.setHeader("Pragma","No-cache");
//response.setHeader("Cache-Control","no-cache");
//response.setDateHeader("Expires", 0);
%>

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-06-27
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
猜你喜欢
  • 2021-06-23
  • 2022-02-12
  • 2021-09-15
  • 2022-12-23
相关资源
相似解决方案