📄 showgoodsimage.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ShowGoodsImage.ascx.cs" Inherits="JiSuShop.Web.Skin.ShowGoodsImage" %>
<table width="90%" align="center" cellSpacing="0" cellPadding="0" border="0">
<tr>
<td class="showgoos_p" width="95%" ><img src="Skin/Digital/Images/closed_red.gif" width="7" height="7"> 商品图片</td>
</tr>
<tr>
<td class="showgoos_n" ><ul style="cursor:hand;">
<asp:DataList RepeatColumns=3 Width=100% Runat="server" ID="GoodsImagesDataList">
<ItemTemplate>
<asp:Image Runat="server" ID="GoodsImage"></asp:Image>
</ItemTemplate>
</asp:DataList>
</ul></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -