<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> Insert title here
${book.pic}

${book.name }


作者:${book.author }
ISBN:${book.isbn }
出版社:${book.press }
出版时间:
开本:${book.kaiben }
页数:${book.yeshu }
字数:${book.zishu }
库存:${book.stock }
价格:¥${book.price }

${book.description }
${book.mulu }