JSP 教程
最后更新于:2022-03-26 23:40:27
JSP,即 Java Server Pages,是由 Sun Microsystems 公司倡导和许多公司参与共同创建的一种使软件开发者可以响应客户端请求,而动态生成 HTML、XML 或其他格式文档的 Web 网页的技术标准。
- <x:choose>, <x:when>, <x:otherwise> 标签
- <x:forEach> 标签
- <x:if> 标签
- <x:set> 标签
- <x:parse> 标签
- <x:out> 标签
- <sql:transaction> 标签
- <sql:dateParam> 标签
- <sql:param> 标签
- <sql:update> 标签
- <sql:query> 标签
- <sql:setDataSource> 标签
- <fmt:requestEncoding> 标签
- <fmt:message> 标签
- <fmt:setTimeZone> 标签
- <fmt:timeZone> 标签
- <fmt:setBundle> 标签
- <fmt:setLocale> 标签
- <fmt:bundle> 标签
- <fmt:parseDate> 标签