<%@ page import="com.lovecoding.doman.User" %><%-- Created by IntelliJ IDEA. User: 武恒 Date: 2023/2/6 Time: 14:04 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> Title <% for (int i = 0; i < 10; i++) { %> <% } %>
ID 名字 性别
<%=i%> 名字 性别
<%! User user = new User(); %> <% User user = new User(); %> <% out.print("
\n" + " \n" + " \n" + "
\n" + "\n"); %> <% out.print( application.getAttribute("age") ); %>