diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ.sln" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ.sln" new file mode 100644 index 0000000000000000000000000000000000000000..c0ce55ea27bd2b2f4ff498a6a0766c9c5d302085 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ.sln" @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.1.32407.343 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSJ", "JSJ\JSJ.csproj", "{1BD8C74E-ABDA-4127-B7B4-F8203AAD1C87}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1BD8C74E-ABDA-4127-B7B4-F8203AAD1C87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1BD8C74E-ABDA-4127-B7B4-F8203AAD1C87}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1BD8C74E-ABDA-4127-B7B4-F8203AAD1C87}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1BD8C74E-ABDA-4127-B7B4-F8203AAD1C87}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {75D5F7F6-7CE2-4C15-BBDB-9E25D7793969} + EndGlobalSection +EndGlobal diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/JSJ.csproj" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/JSJ.csproj" new file mode 100644 index 0000000000000000000000000000000000000000..1eb25a5c56948884c735265c8a6348e1c2ef8e4b --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/JSJ.csproj" @@ -0,0 +1,130 @@ + + + + + Debug + AnyCPU + + + 2.0 + {1BD8C74E-ABDA-4127-B7B4-F8203AAD1C87} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + JSJ + JSJ + v4.7.2 + true + + + + + + + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + true + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + + + + + + + + + + WebForm1.aspx + ASPXCodeBehind + + + WebForm1.aspx + + + + + + Web.config + + + Web.config + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + True + True + 60376 + / + http://localhost:60376/ + False + False + + + False + + + + + + + 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/JSJ.csproj.user" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/JSJ.csproj.user" new file mode 100644 index 0000000000000000000000000000000000000000..f8201e23bd5f08c099fdaa6150479430c91a6f79 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/JSJ.csproj.user" @@ -0,0 +1,38 @@ + + + + true + + + + + + + Debug|Any CPU + + + + + + + + CurrentPage + True + False + False + False + + + + + + + + + True + False + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.Debug.config" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.Debug.config" new file mode 100644 index 0000000000000000000000000000000000000000..d524797f281f26074f9035fc66afa66facd801eb --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.Debug.config" @@ -0,0 +1,31 @@ + + + + + + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.Release.config" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.Release.config" new file mode 100644 index 0000000000000000000000000000000000000000..96d0fe16500de562fec8b63a940c79c5b9c0bf11 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.Release.config" @@ -0,0 +1,32 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.config" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.config" new file mode 100644 index 0000000000000000000000000000000000000000..7fb17366afe02303ee5373bc01410ce55ba080f2 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/Web.config" @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx" new file mode 100644 index 0000000000000000000000000000000000000000..cc02633439a86641518c4c96162dce4ab76df8cf --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx" @@ -0,0 +1,29 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="JSJ.WebForm1" %> + + + + + + + + + +
+
+

计算机模拟程序

+ +
+ 请输入数字1: +
+ 请输入数字2: +
+ + + + +
+ +
+
+ + diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx.cs" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx.cs" new file mode 100644 index 0000000000000000000000000000000000000000..e14f548bccbc139bd195fb8a5b62e4fefcdd0003 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx.cs" @@ -0,0 +1,46 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace JSJ +{ + public partial class WebForm1 : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + //加 + protected void Button1_Click(object sender, EventArgs e) + { + + int a = int.Parse(TextBox1.Text); + int b = int.Parse(TextBox2.Text); + Label1.Text = (a + b).ToString(); + } + //减 + protected void Button2_Click(object sender, EventArgs e) + { + int a = int.Parse(TextBox1.Text); + int b = int.Parse(TextBox2.Text); + Label1.Text = (a - b).ToString(); + } + //乘 + protected void Button3_Click(object sender, EventArgs e) + { + int a = int.Parse(TextBox1.Text); + int b = int.Parse(TextBox2.Text); + Label1.Text = (a * b).ToString(); + } + //除 + protected void Button4_Click(object sender, EventArgs e) + { + int a = int.Parse(TextBox1.Text); + int b = int.Parse(TextBox2.Text); + Label1.Text = (a / b).ToString(); + } + } +} \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx.designer.cs" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx.designer.cs" new file mode 100644 index 0000000000000000000000000000000000000000..88a88b5b90bf99780474bdc14d2dc2ff33527938 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/WebForm1.aspx.designer.cs" @@ -0,0 +1,89 @@ +//------------------------------------------------------------------------------ +// <自动生成> +// 此代码由工具生成。 +// +// 对此文件的更改可能导致不正确的行为,如果 +// 重新生成代码,则所做更改将丢失。 +// +//------------------------------------------------------------------------------ + +namespace JSJ +{ + + + public partial class WebForm1 + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// TextBox1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.TextBox TextBox1; + + /// + /// TextBox2 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.TextBox TextBox2; + + /// + /// Button1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Button Button1; + + /// + /// Button2 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Button Button2; + + /// + /// Button3 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Button Button3; + + /// + /// Button4 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Button Button4; + + /// + /// Label1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label Label1; + } +} diff --git "a/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/packages.config" "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/packages.config" new file mode 100644 index 0000000000000000000000000000000000000000..ae302ffdf1c4d07a6981c04675af8161b409876c --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220516-ASP\350\256\241\347\256\227\346\234\272\346\250\241\346\213\237-\347\273\203\344\271\240/JSJ/JSJ/packages.config" @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1.sln" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1.sln" new file mode 100644 index 0000000000000000000000000000000000000000..0df3e8a6f04e95eb5f12b6665206e2258f2dc8d8 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1.sln" @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30320.27 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{2ECED704-5C3F-423B-A8D9-4B5B346E9755}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2ECED704-5C3F-423B-A8D9-4B5B346E9755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2ECED704-5C3F-423B-A8D9-4B5B346E9755}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2ECED704-5C3F-423B-A8D9-4B5B346E9755}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2ECED704-5C3F-423B-A8D9-4B5B346E9755}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {5567ECDB-6BF3-4443-9BC3-EBCBB1057B24} + EndGlobalSection +EndGlobal diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.Debug.config" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.Debug.config" new file mode 100644 index 0000000000000000000000000000000000000000..d524797f281f26074f9035fc66afa66facd801eb --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.Debug.config" @@ -0,0 +1,31 @@ + + + + + + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.Release.config" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.Release.config" new file mode 100644 index 0000000000000000000000000000000000000000..96d0fe16500de562fec8b63a940c79c5b9c0bf11 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.Release.config" @@ -0,0 +1,32 @@ + + + + + + + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.config" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.config" new file mode 100644 index 0000000000000000000000000000000000000000..17f4573a51a94dca6de18630b2e6f2b2d715a62b --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/Web.config" @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebApplication1.csproj" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebApplication1.csproj" new file mode 100644 index 0000000000000000000000000000000000000000..0194bc2cbb2819e41f312be5ee65b64d9f02e7ce --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebApplication1.csproj" @@ -0,0 +1,130 @@ + + + + + Debug + AnyCPU + + + 2.0 + {2ECED704-5C3F-423B-A8D9-4B5B346E9755} + {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} + Library + Properties + WebApplication1 + WebApplication1 + v4.7.2 + true + + + + + + + + + + + true + full + false + bin\ + DEBUG;TRACE + prompt + 4 + + + true + pdbonly + true + bin\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll + + + + + + + + + + WebForm1.aspx + ASPXCodeBehind + + + WebForm1.aspx + + + + + + Web.config + + + Web.config + + + + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + + + + + + + + + True + True + 4512 + / + http://localhost:4512/ + False + False + + + False + + + + + + + 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。 + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebApplication1.csproj.user" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebApplication1.csproj.user" new file mode 100644 index 0000000000000000000000000000000000000000..f8201e23bd5f08c099fdaa6150479430c91a6f79 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebApplication1.csproj.user" @@ -0,0 +1,38 @@ + + + + true + + + + + + + Debug|Any CPU + + + + + + + + CurrentPage + True + False + False + False + + + + + + + + + True + False + + + + + \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx" new file mode 100644 index 0000000000000000000000000000000000000000..6f231e988be5b5deea094937aa776441981d79b4 --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx" @@ -0,0 +1,33 @@ +<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %> + + + + + + + + + +
+
+

顾客信息登录

+
+ 姓名: + +
+ 年龄: + +
+ 爱好: + +
+ +
+ 您好,当前时间是: +
+ + +
+
+ + diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx.cs" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx.cs" new file mode 100644 index 0000000000000000000000000000000000000000..955775f52bd9648606d1a7ad06fffd19a088471c --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx.cs" @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +namespace WebApplication1 +{ + public partial class WebForm1 : System.Web.UI.Page + { + protected void Page_Load(object sender, EventArgs e) + { + + } + + protected void Button1_Click(object sender, EventArgs e) + { + Label1.Text = (DateTime.Now).ToString(); + string a = TextBox1.Text; + string b = TextBox2.Text; + string c = TextBox3.Text; + string d = "姓名:"+a +"年龄:"+b +"爱好"+c; + Label2.Text = d; + + } + } +} \ No newline at end of file diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx.designer.cs" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx.designer.cs" new file mode 100644 index 0000000000000000000000000000000000000000..df4699f3384125af349e328ba2b42b5ed506129f --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/WebForm1.aspx.designer.cs" @@ -0,0 +1,80 @@ +//------------------------------------------------------------------------------ +// <自动生成> +// 此代码由工具生成。 +// +// 对此文件的更改可能导致不正确的行为,如果 +// 重新生成代码,则所做更改将丢失。 +// +//------------------------------------------------------------------------------ + +namespace WebApplication1 +{ + + + public partial class WebForm1 + { + + /// + /// form1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.HtmlControls.HtmlForm form1; + + /// + /// TextBox1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.TextBox TextBox1; + + /// + /// TextBox2 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.TextBox TextBox2; + + /// + /// TextBox3 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.TextBox TextBox3; + + /// + /// Button1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Button Button1; + + /// + /// Label1 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label Label1; + + /// + /// Label2 控件。 + /// + /// + /// 自动生成的字段。 + /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// + protected global::System.Web.UI.WebControls.Label Label2; + } +} diff --git "a/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/packages.config" "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/packages.config" new file mode 100644 index 0000000000000000000000000000000000000000..ae302ffdf1c4d07a6981c04675af8161b409876c --- /dev/null +++ "b/03\350\214\203\345\217\266\345\205\260/220518-\351\241\265\351\235\242\345\257\271\350\261\241-\347\273\203\344\271\240/WebApplication1/WebApplication1/packages.config" @@ -0,0 +1,4 @@ + + + + \ No newline at end of file