📄 test_pipe.jsp
字号:
<html>
<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
Tests the behaviour of the <io:body> tag
--%>
<%
String s = "This is some sample text to test";
pageContext.setAttribute( "data", s );
%>
<body>
<h2>Pipe test</h2>
<pre>Here comes the data:-
<io:body>
<io:set property="pipeInput">
<io:get name="data"/>
</io:set>
</io:body>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -