Web07_JSP
02_syntaxPractice.jsp
Krystalism_
2020. 11. 12. 18:02
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%for(int i = 0; i < 2; i++){%><%} %>
이름 | 전화번호 | 이메일 |
---|---|---|
test<%=i+1 %> | 010-1111-2222<%=i+1 %> | test<%=i+1 %>@test.com |