代码如下protected void Button1_Click(object sender, EventArgs e) { localhost.Service aa = new localhost.Service(); Label1.Text =Convert.ToString( aa.GetSum(Convert.ToInt32(TextBox1.Text.Trim()), Convert.ToInt32(TextBox2.Text.Trim()))); }