selllist.ascx

来自「jsp实现的网上购物系统」· ASCX 代码 · 共 12 行

ASCX
12
字号
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.SellList" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>

			<table width="100%" border="0" cellspacing="0" cellpadding="0" class="Item_Sell_Content">
				<asp:Repeater ID="SellLi" EnableViewState=False Runat="server">
					<ItemTemplate>
						<tr>
							<td >
									<font color="#4d4d4d">·</font><a ID="GoodName" Runat="server"></a></td>
						</tr>
					</ItemTemplate>
				</asp:Repeater>
			</table>

⌨️ 快捷键说明

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