亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

C#中的Console.WriteLine()怎么用

c#
小億
135
2024-01-22 17:56:07
欄目: 編程語言

Console.WriteLine()是C#中用于打印輸出的方法。它可以接受一個或多個參數,并將它們輸出到控制臺窗口。

下面是一些使用Console.WriteLine()方法的例子:

  1. 輸出字符串類型的內容:
string name = "John";
Console.WriteLine("My name is " + name);
  1. 輸出數字類型的內容:
int age = 25;
Console.WriteLine("I am " + age + " years old");
  1. 輸出多個參數:
string firstName = "John";
string lastName = "Doe";
Console.WriteLine("My name is {0} {1}", firstName, lastName);

或者使用字符串插值(String Interpolation):

string firstName = "John";
string lastName = "Doe";
Console.WriteLine($"My name is {firstName} {lastName}");
  1. 輸出格式化字符串:
int number = 42;
Console.WriteLine("The answer to the ultimate question of life, the universe, and everything is {0:D}", number);

上述例子中的Console.WriteLine()方法會將參數中的內容輸出到控制臺窗口,并自動換行。

0
烟台市| 绍兴县| 蕲春县| 青岛市| 宿松县| 仁布县| 海原县| 杭锦后旗| 黑山县| 望都县| 黄平县| 萍乡市| 曲麻莱县| 四会市| 都安| 上饶县| 桑日县| 文水县| 屯昌县| 垦利县| 仁寿县| 乐至县| 定南县| 利川市| 新密市| 遂昌县| 会昌县| 大宁县| 崇文区| 韩城市| 长宁县| 开平市| 神池县| 攀枝花市| 即墨市| 临汾市| 道孚县| 和林格尔县| 景德镇市| 南皮县| 苍溪县|