<%-- Created by IntelliJ IDEA. User: x'b'w Date: 2021/5/21 Time: 19:58 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> 例子1

main

<% request.setAttribute("name","bean"); request.getRequestDispatcher("target.jsp").forward(request,response); %>