foot.ascx

来自「寝室管理系统」· ASCX 代码 · 共 19 行

ASCX
19
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="foot.ascx.cs" Inherits="webcontrols_foot" %>
<div align="center">
    <table border="0" style="width: 327px; font-size: 14px;">
        <tr>
            <td nowrap="nowrap" style="width: 211px; height: 21px">
                <div align="center" style="font-size: 14px">
                    该网站访问的人数为:<asp:Label ID="Label1" runat="server" Style="font-weight: bold; font-size: 14px;
                        color: red"></asp:Label></div>
            </td>
            <td nowrap="nowrap" style="height: 21px">
                <div align="center" style="font-size: 14px">
                    在线的人数为:<asp:Label ID="Label2" runat="server" Style="font-weight: bold; font-size: 14px;
                        color: red"></asp:Label></div><a href="http://www.codejia.com" target="_blank">源码之家</a>

            </td>
        </tr>
    </table>
</div>

⌨️ 快捷键说明

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