public void callback2(object sender, EventArgs e) {
Random ran = new Random(); int rt = ran.Next(1, 101); // 含下线不含上线 label1.Text = rt.ToString();
}