childclass.ascx
来自「jsp实现的网上购物系统」· ASCX 代码 · 共 13 行
ASCX
13 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="ChildClass.ascx.cs" Inherits="JiSuShop.Web.Skin.ChildClass" %>
<link href="Images/Index.css" rel="stylesheet" type="text/css" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<asp:Repeater ID="ClassList" Runat="server">
<ItemTemplate>
<td style="line-height:20px; color:E1B630">·<a id="ClassName" runat="server" href="#">黛安芬</a></td>
</ItemTemplate>
</asp:Repeater>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?