world.jsp
来自「Jodd是一个开源的公用Java基础类库」· JSP 代码 · 共 25 行
JSP
25 行
<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 + =
减小字号Ctrl + -
显示快捷键?