<script type="text/javascript">
alert("${error}");
window.location= "<%=basePath%>activeIndex.do?method=${path}";
</script>
js 实现动态对话框+重定向
最新推荐文章于 2025-05-02 09:33:23 发布
<script type="text/javascript">
alert("${error}");
window.location= "<%=basePath%>activeIndex.do?method=${path}";
</script>