bookstore.jsp

来自「J2EE导学」· JSP 代码 · 共 28 行

JSP
28
字号
<%--   Copyright 2001 Sun Microsystems, Inc. All Rights Reserved.    This software is the proprietary information of Sun Microsystems, Inc.    Use is subject to license terms.  --%><%@ taglib uri="/struts-bean" prefix="bean" %><%@ taglib uri="/struts-logic" prefix="logic" %><%@ include file="initdestroy.jsp" %><p><b>What We're Reading</b></p<jsp:setProperty name="bookDB" property="bookId" value="203" /><bean:define id="book" name="bookDB" property="bookDetails" type="database.BookDetails"/> <blockquote><p>In <em><a href="<%=request.getContextPath()%>/bookdetails?bookId=203"><jsp:getProperty name="book" property="title"/></a></em>, author <jsp:getProperty name="book" property="firstName"/> <jsp:getProperty name="book" property="surname"/>, a world renowned guru on web development, talks about how web components can transform the 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>

⌨️ 快捷键说明

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