displaymessage.jspx

来自「JavaWeb高级特性书中源代码」· JSPX 代码 · 共 15 行

JSPX
15
字号
<?xml version="1.0" encoding="utf-8" ?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" 
			xmlns="http://www.it315.org/function" 
			version="2.0">		 
	<jsp:scriptlet>
		<![CDATA[
		String content=
		"<meta http-equiv='refresh' content='0;url=http://www.it315.org' />";
		pageContext.setAttribute("content", content);
		]]>
	</jsp:scriptlet>
	<jsp:text>
		${trans(content)}
	</jsp:text>
</jsp:root>

⌨️ 快捷键说明

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