[.NET]我的hello.cs

it2022-05-05  28

//hello.cs using System; class Welcome {  static void Main(){     Console.WriteLine("你好,我是toll,请问怎么称呼?");     //input     string name=Console.ReadLine(); //read     Console.WriteLine("很高兴能认识你,{0}!",name);   } }

转载于:https://www.cnblogs.com/toll/archive/2004/08/05/30451.html


最新回复(0)