login.jsp

来自「resinweb服务器源文件」· JSP 代码 · 共 15 行

JSP
15
字号
<!-- Need to encode the action in case the use has disabled cookies --><form action='<%= response.encodeURL("j_security_check") %>' method='POST'><table><tr><td>User:<td><input name='j_username'><tr><td>Password:<td><input name='j_password'><tr><td colspan=2>hint: the password is 'quidditch'<tr><td><input type=submit></table><!--   - In case the user got here without a session, redirect successful   - requests to the index.  (This is a non-standard, but useful field.)  --><input type='hidden' name='j_uri' value='/index.jsp'/></form>

⌨️ 快捷键说明

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