world3.jsp

来自「Jodd是一个开源的公用Java基础类库」· JSP 代码 · 共 16 行

JSP
16
字号
<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 id parameter: <b><%=request.getParameter("id")%></b> <i>(will not be null)</i>

</body>
</html>

⌨️ 快捷键说明

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