摘要: void ChangeValue() { int x = 1, y = 2; Debug.Log(x + " : " + y); //加入第三变量 int z = x; x =... 阅读全文