?? insert.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<html>
<head>
<title></title>
</head>
<body>
<h2 align="center">
增加新聞
</h2>
<hr>
<div align="center">
<form action="/news/InsertServlet" method="post">
新聞標題:
<input type="text" name="newsTitle" />
<br>
<textarea rows="10" cols="50" name="newsContent">
</textarea>
<br>
<input type="submit" value="增加新聞" />
<input type="reset" value="重置" />
</form>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -