📄 world.jsp
字号:
<html>
<head>
<title>Jodd Serverside</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<h2>View</h2>
Simple destination page.<br>
Value of action parameter: <b><%=request.getParameter("action")%></b> <i>(will be null in case of redirection)</i>
<!-- these whitespaces are put here intentional to make page size more than 500 bytes, which
is a compression threshold -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -