success.jsp
来自「webwork source」· JSP 代码 · 共 21 行
JSP
21 行
<%@ taglib uri="webwork" prefix="webwork" %><link rel="stylesheet" type="text/css" href="../../template/xhtml/styles.css" title="Style"><html><head> <title>Welcome!</title></head><body><font face="Arial">Welcome <webwork:property value="name"/>! <webwork:if test="autoLogin==true">(You were automatically logged in)</webwork:if><P>You have been here <webwork:action name="'events.logincounter'"><webwork:property value="count"/></webwork:action> times before.<P>Either <a href="../events.logout.action">log out</a> or <a href="../">return</a> to main test page.</font></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?