a.jsp中:
String url="http://localhost:8080/test/b.jsp";//想从a.jsp转到b.jsp,可是只刷新a.jsp,而不跳转到b.jsp.
response.setHeader("Refresh","5"+url);怎么实现网页几秒后跳转的功能?