Use the value of two variables without the third variable

xiaoxiao2021-03-05  24

How to exchange two variables for the value without the third variable -------------------- Method 1 ---------- ----------- i = i j; j = ij; i = IJ; ------------------- Method 2-- ------------------- Public String i {get {return j;} set {i = j;}} public string j {get {Return i;} set {j = I;}}

转载请注明原文地址:https://www.9cbs.com/read-36874.html

New Post(0)