📄 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>
<table border="0" cellpadding="0" cellspacing="0" style="width: 324px; height: 62px">
<tr>
<td style="width: 116px; text-align: right">
<span style="font-size: 10pt">原始字符:</span></td>
<td style="width: 101px; text-align: left">
<asp:Label ID="Label1" runat="server" Font-Size="10pt" Text="明日科技"></asp:Label></td>
</tr>
<tr>
<td style="width: 116px; text-align: right">
<span style="font-size: 10pt">替换字符:</span></td>
<td style="width: 101px; text-align: left">
<asp:Label ID="Label2" runat="server" Font-Size="10pt" Width="156px">明日科技有限公司</asp:Label></td>
</tr>
<tr>
<td style="width: 116px">
</td>
<td style="width: 101px; text-align: left">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="替换字符" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -