?? bookstore.jsp
字號:
<%@ page contentType="text/html; charset=GB2312" %>
<%@ include file="common.jsp" %>
<html>
<head><title>Bookstore</title></head>
<%@ include file="banner.jsp" %>
<center>
<p><b><a href="<%=request.getContextPath()%>/catalog.jsp">察看所有書目</a></b>
<FORM action=bookdetails.jsp method="POST">
<h3>請輸入查詢信息</h3>
<b>書的編號:</b>
<input type="text" size="20" name="bookId" value="" ><br><br>
<center><input type=submit value="查詢"></center>
</form>
</center>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -