温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:字符串操作大全(SHAI、MD5加解密等)
当前文件:
N21DTONEBKFW21/Index.aspx,打开代码结构图
N21DTONEBKFW21/Index.aspx,打开代码结构图1<%@ Page language="c#" Codebehind="Index.aspx.cs" AutoEventWireup="false" Inherits="StringOperation.Index" %> 2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 3
<HTML> 4
<HEAD> 5
<title>Index</title> 6
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> 7
<meta name="CODE_LANGUAGE" Content="C#"> 8
<meta name="vs_defaultClientScript" content="JavaScript"> 9
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> 10
</HEAD> 11
<body> 12
<form id="Form1" method="post" runat="server"> 13
<FONT face="宋体"> 14
<asp:TextBox id="TextBox1" runat="server"></asp:TextBox><BR> 15
<BR> 16
<asp:Button id="Button1" runat="server" Text="转换字符"></asp:Button> 17
<asp:Button id="Button2" runat="server" Text="转换字符(Reverse)"></asp:Button><BR> 18
<asp:Button id="Button3" runat="server" Text="加密"></asp:Button> 19
<asp:Button id="Button6" runat="server" Text="解密"></asp:Button><BR> 20
<asp:Button id="Button4" runat="server" Text="SHA1加密"></asp:Button> 21
<asp:Button id="Button5" runat="server" Text="MD5加密"></asp:Button><BR> 22
<asp:Button id="Button7" runat="server" Text="加密方式一"></asp:Button> 23
<asp:Button id="Button8" runat="server" Text="解密方式一"></asp:Button><BR> 24
<asp:Button id="Button10" runat="server" Text="加密方式三"></asp:Button> 25
<asp:Button id="Button11" runat="server" Text="解密方式三"></asp:Button><BR> 26
<asp:Button id="Button12" runat="server" Text="反转字符"></asp:Button><BR> 27
<BR> 28
</FONT> 29
</form> 30
</body> 31
</HTML> 32




