jsp:forward相当于requestDispatcher还是sendRedirect呢?下面的实验给出答案。(视频下载) (全部书籍)
例 4.3.2:
<%@ page contentType="text/html; charset=GBK"%>
<% request.setAttribute("name","马克-to-win"); %>
<jsp:forward page="jsp2.jsp"/>
jsp2.jsp:
原文地址:https://www.cnblogs.com/mark-to-win/p/10554313.html
时间: 2024-10-18 02:53:40