displaymessage.jspx

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

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

⌨️ 快捷键说明

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