diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..256b327f9bee9f9ce24ba6b47eb57cedf4c9ec6c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx"
@@ -0,0 +1,27 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..cc778e97636e1ea5e6d4533fc43366a4d04d60ac
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/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)
+ {
+ if (!IsPostBack)
+ {
+ DropDownList1.Items.Add("男");
+ DropDownList1.Items.Add("女");
+ }
+
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label5.Text = $"我叫{TextBox1.Text},我今年{TextBox2.Text},我是一个{DropDownList1.SelectedValue}生,我喜欢做{TextBox3.Text}";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..e9a27286ca58fe68f9e906856777d556887243e3
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/1/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/2/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/2/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..da1a595c1275a22f00a7c10ef44a8c30c6ecc4b2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/2/WebForm1.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/2/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/2/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..30c119631ab6ef63a5ecb3b8be17d2f1fecc6c68
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\345\210\230\351\207\221\346\265\267/2/WebForm1.aspx.cs"
@@ -0,0 +1,39 @@
+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 Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1 == null)
+ {
+ Label3.Text = "请输入新闻内容";
+
+ }
+ else
+ {
+ Label3.Text = $"此新闻来自{DropDownList1.SelectedValue}谢谢您提交的新闻";
+
+ }
+
+ }
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = null;
+ }
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ Label6.Text = DateTime.Now.ToLongDateString().ToString();
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..256b327f9bee9f9ce24ba6b47eb57cedf4c9ec6c
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx"
@@ -0,0 +1,27 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..cc778e97636e1ea5e6d4533fc43366a4d04d60ac
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/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)
+ {
+ if (!IsPostBack)
+ {
+ DropDownList1.Items.Add("男");
+ DropDownList1.Items.Add("女");
+ }
+
+
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ Label5.Text = $"我叫{TextBox1.Text},我今年{TextBox2.Text},我是一个{DropDownList1.SelectedValue}生,我喜欢做{TextBox3.Text}";
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx.designer.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx.designer.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..e9a27286ca58fe68f9e906856777d556887243e3
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\270\200\346\254\241\344\275\234\344\270\232/WebForm1.aspx.designer.cs"
@@ -0,0 +1,116 @@
+//------------------------------------------------------------------------------
+// <自动生成>
+// 此代码由工具生成。
+//
+// 对此文件的更改可能导致不正确的行为,如果
+// 重新生成代码,则所做更改将丢失。
+// 自动生成>
+//------------------------------------------------------------------------------
+
+namespace WebApplication1
+{
+
+
+ public partial class WebForm1
+ {
+
+ ///
+ /// form1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ ///
+ /// Label1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label1;
+
+ ///
+ /// TextBox1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox1;
+
+ ///
+ /// Label2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label2;
+
+ ///
+ /// TextBox2 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox2;
+
+ ///
+ /// Label3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label3;
+
+ ///
+ /// DropDownList1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList DropDownList1;
+
+ ///
+ /// Label4 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label4;
+
+ ///
+ /// TextBox3 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.TextBox TextBox3;
+
+ ///
+ /// Button1 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Button Button1;
+
+ ///
+ /// Label5 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.WebControls.Label Label5;
+ }
+}
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\272\214\347\253\240/WebForm1.aspx" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\272\214\347\253\240/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..da1a595c1275a22f00a7c10ef44a8c30c6ecc4b2
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\272\214\347\253\240/WebForm1.aspx"
@@ -0,0 +1,33 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\272\214\347\253\240/WebForm1.aspx.cs" "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\272\214\347\253\240/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..30c119631ab6ef63a5ecb3b8be17d2f1fecc6c68
--- /dev/null
+++ "b/\347\254\2541\346\254\241\344\275\234\344\270\232/\350\265\265\345\230\211\344\277\212/\347\254\254\344\272\214\347\253\240/WebForm1.aspx.cs"
@@ -0,0 +1,39 @@
+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 Button1_Click(object sender, EventArgs e)
+ {
+ if (TextBox1 == null)
+ {
+ Label3.Text = "请输入新闻内容";
+
+ }
+ else
+ {
+ Label3.Text = $"此新闻来自{DropDownList1.SelectedValue}谢谢您提交的新闻";
+
+ }
+
+ }
+ protected void Button2_Click(object sender, EventArgs e)
+ {
+ TextBox1.Text = null;
+ }
+ protected void Page_Load(object sender, EventArgs e)
+ {
+ if (!IsPostBack)
+ {
+ Label6.Text = DateTime.Now.ToLongDateString().ToString();
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\256\270\345\237\271\346\250\237/WebForm1.aspx" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\256\270\345\237\271\346\250\237/WebForm1.aspx"
new file mode 100644
index 0000000000000000000000000000000000000000..8448db9e77d46a6b6c6193495d4b83d2c817f7f2
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\256\270\345\237\271\346\250\237/WebForm1.aspx"
@@ -0,0 +1,47 @@
+<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %>
+
+
+
+
+
+
+
+
+
+
+
+
diff --git "a/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\256\270\345\237\271\346\250\237/WebForm1.aspx.cs" "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\256\270\345\237\271\346\250\237/WebForm1.aspx.cs"
new file mode 100644
index 0000000000000000000000000000000000000000..794313de69eff9766832390e29b76f64251b44f8
--- /dev/null
+++ "b/\347\254\2542\346\254\241\344\275\234\344\270\232/\350\256\270\345\237\271\346\250\237/WebForm1.aspx.cs"
@@ -0,0 +1,61 @@
+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)
+ {
+ if (!IsPostBack)
+ {
+ DropDownList1.Items.Add("福建");
+ DropDownList1.Items.Add("广东");
+ DropDownList1.Items.Add("广西");
+ }
+ }
+
+ protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
+ {
+ DropDownList3.Items.Clear();
+ if (DropDownList1.SelectedValue == "福建")
+ {
+ DropDownList3.Items.Add("泉州");
+ DropDownList3.Items.Add("龙岩");
+ DropDownList3.Items.Add("三明");
+ }
+ else if (DropDownList1.SelectedValue == "广东")
+ {
+ DropDownList3.Items.Add("广州");
+ DropDownList3.Items.Add("珠江");
+ DropDownList3.Items.Add("深圳");
+ }
+ else if (DropDownList1.SelectedValue == "广西")
+ {
+ DropDownList3.Items.Add("博白");
+ DropDownList3.Items.Add("凤凰");
+ DropDownList3.Items.Add("广西");
+ }
+ }
+
+ protected void Button1_Click(object sender, EventArgs e)
+ {
+ string str = null;
+ for (int i = 0; i < CheckBoxList1.Items.Count; i++)
+ {
+ if (CheckBoxList1.Items[i].Selected)
+ {
+ str = CheckBoxList1.Items[i] + "";
+ }
+ }
+ Literal2.Text = $"姓名:{TextBox1.Text}年龄:{TextBox2.Text}性别:{DropDownList2.SelectedValue} 爱好:{CheckBoxList1.Text} 籍贯 省:{DropDownList1.Text} 市:{DropDownList3.Text}其他信息:{TextBox4.Text}";
+ }
+
+
+
+ }
+}
\ No newline at end of file