?? 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>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -