JS跳转到指定页面

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_37796017/article/details/83413250

1.5秒后跳转到 findAll.do 这个方法

setTimeout("window.location.href='${pageContext.request.contextPath }/manager/findAll.do'",1500);

猜你喜欢

转载自blog.csdn.net/qq_37796017/article/details/83413250