?? regist.jsp
字號:
<%@ include file="/WEB-INF/jsp/commons/Header.jsp" %>
<%@ page contentType="text/html;charset=GBK"%>
<form action="/bbs/User.do" method="post">
<input type="hidden" name="m" value="regist">
<input type="hidden" name="a" value="exe">
<table>
<tr><td>登陸名:</td><td><input type="text" name="logonName"></td></tr>
<tr><td>密碼:</td><td><input type="password" name="password"></td></tr>
<tr><td>確認(rèn)密碼:</td><td><input type="password" name="password1"></td></tr>
<tr><td>呢稱:</td><td><input type="text" name="nickName"></td></tr>
<tr><td><input type="submit" vaue="ok"></td><td><input type="reset"></td></tr>
</table>
</form>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -