order.jsp

来自「100多M的J2EE培训内容」· JSP 代码 · 共 13 行

JSP
13
字号
<html>
<head>
  <title>URS Order Page</title>
</head>

<%@ page errorPage="error.jsp" %>

<h2>Thank you for placing the order. <p>
We will email enrollment confirmation shortly.</h2>
Pls click here to browse the <a href="/ursday21ex/URSControllerServlet?pageName=catalogPage">catalog page</a>
</body>
</html>

⌨️ 快捷键说明

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