index.jsp
来自「《精通JSP编程 》源代码(赵强那本) 很有用的源代码」· JSP 代码 · 共 10 行
JSP
10 行
<html>
<head>
<title>JNEstore</title>
</head>
<body>
<h1>Welcome to JNEstore Shop</h1>
<p>Click here to <a href="<%=response.encodeURL("browse.jsp")%>">browse the catalog</a>.
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?