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

📄 goodsinf.jsp

📁 JavaBean+Jsp 开发的《手机商城系统》
💻 JSP
字号:
<%@ page language="java" import="com.test.ps.goods.GoodsAction,com.test.ps.goods.Goods" pageEncoding="utf-8"%>
<%@ page import="com.test.ps.util.*" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<LINK href="../img/adminStyle.css" type=text/css rel=stylesheet>
<style type="text/css">
<!--
.STYLE2 {font-weight: bold}
-->
</style>
</head>

<body>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td height="80" colspan="3">
    <jsp:include page="../adminTop.jsp" flush="true"/></td>
  </tr>
  <tr>
      <td colspan="3" height="30" bgcolor="#e6f3ff"><span class="STYLE2 STYLE2"><a href="../adminRight.jsp">首页</a>&gt;<a href="categoryParList.jsp">品牌列表</a>&gt;<a href="categorySonList.jsp">型号列表</a>&gt;<a href="javascript:history.go(-1)">商品列表</a>&gt;商品详情</span></td>
  </tr>
	 <tr>
      <td colspan="3" height="30"><hr size="5" color="#e6f3ff" /></td>
    </tr>  
  <tr>
    <td height="30"><h1>商品详情</h1></td><!-- InstanceEndEditable -->
  </tr>
  <tr>
    <td height="30" valign="top">
<%   
	String goodsCode=request.getParameter("goodsCode");
	Goods good=GoodsAction.getGoodsInf(goodsCode);
%>
	<table align="center"  cellpadding="0" cellspacing="0" width="80%" border="0">
		<tr><td valign="top">
			<table width="790" height="200" border="0" cellpadding="0" cellspacing="0" align="center">
				<tr><td width="200" height="200" >
					<table width="200"height="200" border="0" cellpadding="0" cellspacing="0" >
						<tr><td align="center">
							<img src="/phoneshop/<%=good.getGoodsImage()%>" />
						</td> </tr>
					</table>
				 </td><td  align="left"> 
			<table width="590"height=""  border="0" cellspacing="0" cellpadding="0">
				<tr><td colspan="3" height="65" >商品名称:<%=good.getGoodsName()%></td>
				</tr>
				<tr><td height="65" colspan="3">
						<span style="color: #FF6633">价格:<%=good.getGoodsPrice()%></span></td>
				</tr>
				<tr><td width="336">
						<table border="0" cellspacing="0" cellpadding="0">
							<tr><td colspan="3">
								<%=TransStr.convertStr(good.getDescr()) %></td>
							</tr>
						</table>
				</td><td width="254"></td>
				</tr>
			</table>
		</td></tr></table>
	<hr color= "#ff8800" size="1" width="790" />		
	</td></tr>
</table>
</td>
  </tr>

  <tr>
      <td><hr align="left" size="10" noshade color="#318EB7"></td>
    </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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