日期:2014-05-17 浏览次数:20442 次
protected void Button2_Click(object sender, EventArgs e)
{
int num1 = 1;
num1++;
rdnum = num1;
keyword = TextBox1.Text;
updateUI(rdnum);
}
int num1 = 1;
protected void Button2_Click(object sender, EventArgs e)
{
num1++;
rdnum = num1;
keyword = TextBox1.Text;
updateUI(rdnum);
}
static int num1 = 1;
protected void Button2_Click(object sender, EventArgs e) { ... }