以下是实际网址,我需要在“ refresh = true”之后在URl中传递一个动态参数
我在总结时面临困难。
<%! String newTime=null; %>
<%
newTime = df1.format(stopTime.getTime());
%>
在我要作为请求参数传递的newTime变量之上。
<a href="javascript:window.location('<c:url value="/protected/mypage/newmypage.jsp?refresh=true" />')" onclick="return theFunction();">update</a>