楼主刚接触 JAVA EE 想在后台系统加一个对已知商品情况的搜索功能,就是把想要的结果在原来的页面单独显示出来 下面是部分 jsp 代码
商品管理 | ||||||||
序号 | 商品名称 | 商品描述 | 分类 | 商品图片 | 市场价格 | 特价 | 库存 | 操作 |
<s:property value="#ss.index+1"> </s:property> | <s:property value="#goods.goodsName"> </s:property> | )" class="pn-loperator">商品描述 | <s:property value="#goods.goodsCatelogName"> </s:property> |
')" onmouseout = "out()" style="cursor:hand;">
查看图片
|
<s:property value="#goods.goodsShichangjia"> </s:property> | <s:if test="#goods.goodsIsnottejia=='no'">无特价 )">设为特价 </s:if> <s:if test="#goods.goodsIsnottejia=='yes'"> <s:property value="#goods.goodsTejia"> </s:property></s:if> | <s:property value="#goods.goodsKucun"> </s:property> | )" class="pn-loperator">删除 |
<table width='98%' border='0'style="margin-top:8px;margin-left: 5px;">
<tr>
<td>
<input type="button" value="添加" style="width: 80px;" onclick="goodsNoTejiaAdd()" />
</td>
</tr>
</table>
<div id="tip" style="position:absolute;display:none;border:0px;width:80px; height:80px;">
<TABLE id="tipTable" border="0" bgcolor="#ffffee">
<TR align="center">
<TD><img id="photo" src="" height="80" width="80"></TD>
</TR>
</TABLE>
</div>
</body>
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.