📄 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. --%><%@ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -