gonggao.ascx

来自「学生网上选课系统,实现了学生的在线选课和教师课程的上传」· ASCX 代码 · 共 8 行

ASCX
8
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="gonggao.ascx.cs" Inherits="WebUserControl" %>
<table style="width: 106px">
    <tr>
        <td style="width: 135px; height: 327px;">
         <marquee direction="up" behavior="scroll"  onMouseOver="this.stop()" onMouseOut="this.start()" scrolldelay="120"  style=" text-align: center; height: 300px;">
            <asp:Label ID="Label1" runat="server" Width="100px"></asp:Label></marquee></td>
    </tr>
</table>

⌨️ 快捷键说明

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