📄 tianjia.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="tianjia.aspx.cs" Inherits="Default4" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:Table Width="90%" BorderColor="#E0E0E0" BorderWidth="1px" ID="Table1" runat="server" Height="121px">
<asp:TableRow ID="TableRow1" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
<asp:TableCell ID="TableCell1" ColumnSpan="3" HorizontalAlign="Center" Font-Bold="True" Text="添加试题" runat="server"></asp:TableCell></asp:TableRow>
<asp:TableRow ID="TableRow2" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
<asp:TableCell ID="TableCell2" Text="课程选择" runat="server"></asp:TableCell>
<asp:TableCell ID="TableCell3" runat="server"></asp:TableCell></asp:TableRow>
<asp:TableRow ID="TableRow3" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
<asp:TableCell ID="TableCell4" Text="试题名称" runat="server"></asp:TableCell> <asp:TableCell ID="TableCell5" runat="server" ></asp:TableCell></asp:TableRow>
<asp:TableRow ID="TableRow4" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
<asp:TableCell ID="TableCell6" Text="加入时间" runat="server"></asp:TableCell> <asp:TableCell ID="TableCell7" runat="server" ></asp:TableCell></asp:TableRow>
<asp:TableRow ID="TableRow5" BorderWidth="1px" BorderColor="#0E0E0E" runat="server">
<asp:TableCell ID="TableCell9" runat="server" ></asp:TableCell></asp:TableRow>
</asp:Table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -