index.jsp

来自「一个比较不错的java分页标签,有源代码,开发者 可以学习学习」· JSP 代码 · 共 15 行

JSP
15
字号
<jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:display="urn:jsptld:http://displaytag.sf.net">
  <jsp:directive.page contentType="text/html; charset=UTF-8" />
  <jsp:include page="inc/header.jsp" flush="true" />

  <h2>displaytag 1.1 examples</h2>

  <p>The examples in this application show some of the features of displaytag.</p>

  <p>These example pages also allow you to
  view the JSP source, so you can see how you might interface with the tag in your own application.</p>

  <jsp:include page="inc/footer.jsp" flush="true" />

</jsp:root>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?