confirm.jsp

来自「webwork source」· JSP 代码 · 共 15 行

JSP
15
字号
<%@ taglib uri="webwork" prefix="webwork" %><link rel="stylesheet" type="text/css" href="../../template/xhtml/styles.css" title="Style"><html><head><title>MyBank - Transfer</title></head><body>   <H2><webwork:property value="amount"/> will be transferred to account <webwork:property value="account"/> (owned by <webwork:property value="receiver"/>) on day <webwork:property value="date"/> this month</H2>   <a href="index.jsp">Back</a></body></html>

⌨️ 快捷键说明

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