?? options.jsp
字號:
<%@page contentType="text/html"%><%@page pageEncoding="gb2312"%><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>用戶建議</title> </head> <body> <form action="MessageServlet" name="myform" method="post"> 問題產(chǎn)品: <input type="text" name="bugProduct" size="25"><br> 留言主題: <input type="text" name="title" size="25"><br> 留言人姓名: <input type="text" name="name" size="25"><br> 留言人聯(lián)系方式:<input type="text" name="contactType" size="25"><br> 留言內(nèi)容:<br><textarea cols="35" rows="5" name="content"></textarea><br> <input type="submit" value="提交"></form> </body></html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -