📄 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>
<div style="text-align: center">
<table border="0" cellpadding="0" cellspacing="0" style="width: 340px; height: 104px; border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid;">
<tr>
<td style="width: 175px">
<span style="font-size: 10pt">比较字符一:</span></td>
<td style="width: 100px; text-align: left">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 175px">
<span style="font-size: 10pt">比较字符二:</span></td>
<td style="width: 100px; text-align: left">
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 175px; height: 27px">
<span style="font-size: 10pt">比较结果:</span></td>
<td style="width: 100px; height: 27px; text-align: left">
<asp:Label ID="Label1" runat="server" Font-Size="10pt" Text="Label"></asp:Label></td>
</tr>
<tr>
<td style="width: 175px">
</td>
<td style="width: 100px; text-align: left">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="比较" /></td>
</tr>
</table>
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -