bookstore.txt

来自「J2EE导学」· 文本 代码 · 共 36 行

TXT
36
字号
<%--   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>&nbsp;<br>&nbsp;<br>&nbsp;<center><em>Copyright &copy; 2001 Sun Microsystems, Inc. </em></center></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?