JSP页面跳转代码

xiaoxiao2022-06-13  37

<%response.sendRedirect("index.html");%>

<%pageContext.forward("index.html");%>

<jsp:forward page="index.html" />

转载请注明原文地址: https://www.6miu.com/read-4936177.html

最新回复(0)