From 36d5dcd88b97523d3a2162d0b060c652e69739fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8C=83=E5=8F=B6=E5=85=B0?= <3325316722@qq.com>
Date: Mon, 23 May 2022 04:32:51 +0000
Subject: [PATCH] =?UTF-8?q?=E7=BB=83=E4=B9=A0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../JSJ/JSJ.sln" | 25 ++++
.../JSJ/JSJ/JSJ.csproj" | 130 ++++++++++++++++++
.../JSJ/JSJ/JSJ.csproj.user" | 38 +++++
.../JSJ/JSJ/Web.Debug.config" | 31 +++++
.../JSJ/JSJ/Web.Release.config" | 32 +++++
.../JSJ/JSJ/Web.config" | 17 +++
.../JSJ/JSJ/WebForm1.aspx" | 29 ++++
.../JSJ/JSJ/WebForm1.aspx.cs" | 46 +++++++
.../JSJ/JSJ/WebForm1.aspx.designer.cs" | 89 ++++++++++++
.../JSJ/JSJ/packages.config" | 4 +
.../WebApplication1/WebApplication1.sln" | 25 ++++
.../WebApplication1/Web.Debug.config" | 31 +++++
.../WebApplication1/Web.Release.config" | 32 +++++
.../WebApplication1/Web.config" | 23 ++++
.../WebApplication1/WebApplication1.csproj" | 130 ++++++++++++++++++
.../WebApplication1.csproj.user" | 38 +++++
.../WebApplication1/WebForm1.aspx" | 33 +++++
.../WebApplication1/WebForm1.aspx.cs" | 28 ++++
.../WebForm1.aspx.designer.cs" | 80 +++++++++++
.../WebApplication1/packages.config" | 4 +
20 files changed, 865 insertions(+)
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
create mode 100644 "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"
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 0000000..c0ce55e
--- /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 0000000..1eb25a5
--- /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 0000000..f8201e2
--- /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 0000000..d524797
--- /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 0000000..96d0fe1
--- /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 0000000..7fb1736
--- /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 0000000..cc02633
--- /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" %>
+
+
+
+
+
+
+
+
+
+
+
+
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 0000000..e14f548
--- /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 0000000..88a88b5
--- /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 0000000..ae302ff
--- /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 0000000..0df3e8a
--- /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 0000000..d524797
--- /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 0000000..96d0fe1
--- /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 0000000..17f4573
--- /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 0000000..0194bc2
--- /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 0000000..f8201e2
--- /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 0000000..6f231e9
--- /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 0000000..955775f
--- /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 0000000..df4699f
--- /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 0000000..ae302ff
--- /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
--
Gitee