📄 bookstore.txt
字号:
<%-- Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms. --%><%@ include file="initdestroy.jsp" %><html><head><title>Duke's Bookstore</title></head><%@ include file="banner.jsp" %><p><b>What We're Reading</b></p><% bookDB.setBookId("203"); BookDetails bd = bookDB.getBookDetails();%><blockquote><p>In <em><a href="<%=request.getContextPath()%>/bookdetails?bookId=203"><%=bd.getTitle()%></a></em>, author <%=bd.getFirstName()%> <%=bd.getSurname()%>, a worldrenowned guru on web development, talks about how web components can transformthe way you develop applications for the web. This is a must read for anyself respecting web developer!</blockquote> <p><b><a href="<%=request.getContextPath()%>/catalog">Start Shopping</a></b> <br> <br> <br> <center><em>Copyright © 2001 Sun Microsystems, Inc. </em></center></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -