📄 displayitems.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>商品显示页</title>
</head>
<%pageContext.setAttribute("rootPath",request.getContextPath());%>
<body>
<div align="center">
<a href="${rootPath}/servlet/shoppingCart?method=get">查看购物车</a><br><br>
商品显示页,请选购您喜欢的商品</div>
<table width="424" height="583" border="0" align="center">
<tr>
<td width="190"><img src="${rootPath}/images/hppavilion.jpg" width="150" height="150" /></td>
<td width="224"><img src="${rootPath}/images/lenovo.jpg" width="150" height="150" /></td>
</tr>
<tr>
<td>HP笔记本电脑</td>
<td>移动硬盘</td>
</tr>
<tr>
<td>价格:5999.00元</td>
<td>价格:700.00元</td>
</tr>
<tr>
<td><a href="${rootPath}/servlet/shoppingCart?method=add&id=0001&name=HP笔记本电脑&price=5999.00">
<img src="${rootPath}/images/buybutton.gif" width="71" height="21" border="0" /></a></td>
<td><a href="${rootPath}/servlet/shoppingCart?method=add&id=0002&name=移动硬盘&price=700.00">
<img src="${rootPath}/images/buybutton.gif" width="71" height="21" border="0" /></a></td>
</tr>
<tr>
<td><img src="${rootPath}/images/mouse.jpg" width="200" height="200" /></td>
<td><img src="${rootPath}/images/lcd.jpg" width="150" height="150" /></td>
</tr>
<tr>
<td>鼠标</td>
<td>LCD显示器</td>
</tr>
<tr>
<td>价格:80.00元</td>
<td>价格:1999.00元</td>
</tr>
<tr>
<td><a href="${rootPath}/servlet/shoppingCart?method=add&id=0003&name=鼠标&price=80.00">
<img src="${rootPath}/images/buybutton.gif" width="71" height="21" border="0" /></a></td>
<td><a href="${rootPath}/servlet/shoppingCart?method=add&id=0004&name=LCD显示器&price=1999.00">
<img src="${rootPath}/images/buybutton.gif" width="71" height="21" border="0" /></a></td>
</tr>
<tr>
<td><img src="${rootPath}/images/learning.jpg" width="150" height="150" /></td>
<td><img src="${rootPath}/images/game.jpg" width="200" height="200" /></td>
</tr>
<tr>
<td>电子词典</td>
<td>掌上游戏机</td>
</tr>
<tr>
<td>价格:438.00元</td>
<td>价格:¥638.00 元</td>
</tr>
<tr>
<td><a href="${rootPath}//servlet/shoppingCart?method=add&id=0005&name=电子词典&price=438.00">
<img src="${rootPath}/images/buybutton.gif" width="71" height="21" border="0" /></a></td>
<td><a href="${rootPath}//servlet/shoppingCart?method=add&id=0006&name=掌上游戏机&price=638.00">
<img src="${rootPath}/images/buybutton.gif" width="71" height="21" border="0" /></a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -