countEdu.jsp 195 B

123456789101112
  1. <%@ page contentType="text/html;charset=UTF-8" %>
  2. <%@ include file="/webpage/include/taglibf.jsp"%>
  3. <html>
  4. <head>
  5. <title>Title</title>
  6. </head>
  7. <body>
  8. ${orgNums}
  9. ${studyHour}
  10. </body>
  11. </html>