protected void ShBtn_Click(object sender, EventArgs e)
{ string a, b, c;
b = this.TextBox2.Text.ToString();
c = "people_search.aspx?a=" + b;
Response.Redirect(c); }
protected void ShBtn_Click(object sender, EventArgs e)
{ string a, b, c;
b = this.TextBox2.Text.ToString();
c = "people_search.aspx?a=" + b;
Response.Redirect(c); }
764
822
9013
3812

被折叠的 条评论
为什么被折叠?