🌈 搜索
📅  最后修改于: 2022-03-11 14:48:57.699000             🧑  作者: Mango
string foo = "Hello"; string bar = "How are you?"; int x = 5; Console.WriteLine(foo); // Prints: Hello