📄 default.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="border-left-color: #ff9966;
border-bottom-color: #ff9966; width: 400px; border-top-style: solid; border-top-color: #ff9966;
border-right-style: solid; border-left-style: solid; border-right-color: #ff9966;
border-bottom-style: solid">
<tr>
<td colspan="3" style="background-color: #66ccff">
<asp:Label ID="lblTitle" runat="server" Text="Label" Width="174px"></asp:Label></td>
</tr>
<tr>
<td style="width: 167px; height: 112px">
</td>
<td align="left" style="width: 504px; height: 112px">
<asp:RadioButtonList ID="rblContent" runat="server">
</asp:RadioButtonList></td>
<td style="height: 112px">
</td>
</tr>
<tr>
<td style="width: 167px; height: 25px; background-color: #0099ff">
</td>
<td style="width: 504px; height: 25px; background-color: #0099ff">
<asp:Button ID="btnSubmit" runat="server" OnClick="btnSubmit_Click" Text="提交" />
<asp:Button ID="btnResult" runat="server" OnClick="btnResult_Click" Text="查看结果" /></td>
<td style="width: 255px; height: 25px; background-color: #0099ff">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -