リスト2:JSP版“Hello world”プログラム(HelloJsp.jsp)


<HTML>
<BODY>
<%
  out.println("Hello JSP world!");
%>
</BODY>
</HTML>


本文へ戻る