⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 saleproducts.tag

📁 网上购物系统
💻 TAG
字号:
<%-- 1级分类下热点商品 --%>
<%@ tag pageEncoding="UTF-8" isELIgnored="false"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>

<div id="BrandList">
	<ul>
		<c:choose>
			<c:when test="${not empty requestScope.saleproducts}">
				<c:forEach items="${requestScope.saleproducts}" var="product">
					<li>
					<a href='productinfo.htm?pid=${product.id}' target='_blank'><img src='productphoto.do?id=${product.id}&pid=0' alt='${product.name}' width="130" height="176"/></a>
					</li>
				</c:forEach>
			</c:when>
			<c:otherwise>
				本分类下暂无热点商品.
			</c:otherwise>
		</c:choose>
		
	</ul>
</div>

⌨️ 快捷键说明

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