com.ascx
来自「网络订餐基于jsp与servlet的网络订餐系统 适合学生使用」· ASCX 代码 · 共 26 行
ASCX
26 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="com.ascx.cs" Inherits="qruan.com" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<style type="text/css">
.STYLE2 {font-size: 12px}
</style>
<table width="582" height="502" border="0" cellpadding="0" cellspacing="0" id="Table_01">
<asp:repeater id="rptList" runat="server">
<ItemTemplate>
<tr>
<td height="32"><table id="Table_06" width="100%" height="32" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30"> <span class="STYLE2"><a href="./index.aspx">首页</a>>>公司简介</span></td>
</tr>
</table> </td>
</tr>
<tr>
<td width="636" align="center" valign="top"><table width="575" height="169" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><%#DataBinder.Eval(Container.DataItem,"com_content")%></td>
</tr>
</table> </td>
</tr>
</ItemTemplate>
</asp:repeater>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?