protected void Button2_Click(object sender, EventArgs e) { int i; for (i = 1; i < 10; i++) { if (i == 5) break; Response.
確定! 回上一頁