Loading...
主要程式碼: int i = 0; bool b = false; private void pictureBox1_Click(object sender, EventArgs e) { i = i ^ 1; //做 xor 運算 ,按一下 True ,再按一下 False......... ...