📄 leftrecommendgoods.ascx
字号:
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.LeftRecommendGoods" %>
<table cellSpacing="0" cellPadding="0" width="180" border="0" class="C_MarginBorder">
<tr>
<td class="C_Left_SortTitle">推荐商品</td>
</tr>
<TR>
<td class="C_Left_SortBg">
<asp:Repeater EnableViewState="False" ID="GoodList" Runat="server">
<ItemTemplate>
·<A id="GoodName" runat="server" href="#"></A>
<br />
</ItemTemplate>
<FooterTemplate></FooterTemplate>
</asp:Repeater>
</td>
<tr>
<td class="C_Left_SortBottom"></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -