⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bookdetails.txt

📁 J2EE导学
💻 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" %><jsp:useBean id="currency" class="util.Currency" scope="application">	<jsp:setProperty name="currency" property="locale" value="<%=request.getLocale()%>"/></jsp:useBean><html><head><title>Book Description</title></head><%@ include file="banner.jsp" %><br>&nbsp;<%		//Get the identifier of the book to display		String bookId = request.getParameter("bookId");		bookDB.setBookId(bookId);		BookDetails book = bookDB.getBookDetails();%><h2><%=book.getTitle()%></h2>&nbsp;By <em><%=book.getFirstName()%> <%=book.getSurname()%></em>&nbsp;&nbsp;(<%=book.getYear()%>)<br> &nbsp; <br><h4>Here's what the critics say: </h4><blockquote><%=book.getDescription()%></blockquote><jsp:setProperty name="currency" property="amount" value="<%=book.getPrice()%>"/><h4>Our price: <%=currency.getFormat()%></h4><p><strong><a href="<%=request.getContextPath()%>/catalog?Add=<%=bookId%>">Add To Your Shopping Cart</a>&nbsp; &nbsp; &nbsp;<a href="<%=request.getContextPath()%>/catalog">Continue Shopping</a></p></strong>

⌨️ 快捷键说明

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