了解如何在 C# 中将两个数字相加:
int x = 5; int y = 6; int sum = x + y; Console.WriteLine(sum); // Print the sum of x + y
亲自试一试 »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!