class Program { 2. static void main(string[] args) 3. { 4. int n = 1; 5. method1(ref n); 6. Console.Writeline ...
確定! 回上一頁