📄 displaymessage.jspx
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -