- <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
- <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>success</title>
- </head>
- <body>
- 购买成功一共花了<td>${cart.price }</td>元
- <a href="${pageContext.request.contextPath }/ClearCartServlet?action=1">返回主页面</a>
- </body>
- </html>
|