以下是JSP的內容
<% for (int i=1; i <= 6; ++i) { out.print(""); out.println("這是H"+i+"大小的字"); } %>
以上是JSP的內容