test_pipe2.jsp

来自「jakarta-taglibs」· JSP 代码 · 共 20 行

JSP
20
字号
<html>
<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
  
  Tests the behaviour of the <io:body> tag using an internal IO request

--%>
<body>
<h2>Pipe test #2</h2>

<pre>
Here's the XML
<io:body><io:request url="/xml/employees.xml"/></io:body>
</pre>

</body>
</html>


⌨️ 快捷键说明

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