C#3.17

2021-04-21 05:28

阅读:711

标签:string   占位符   姓名   行数据   col   log   hello   gpo   c#   

复习:

 Console.WriteLine("hello world!");//单行输出。
            Console.Write("hello world!");//输出不换行
            Console.ReadLine();//接收键盘的输入字符串,数据类型是string
            //Convert.ToInt32(); 作用是进行数据类型的转换
            Console.WriteLine("请输入你的姓名");
            string s = Console.ReadLine();
            Console.WriteLine("你的姓名是:{0}",s);//{0}是占位符

 

C#3.17

标签:string   占位符   姓名   行数据   col   log   hello   gpo   c#   

原文地址:https://www.cnblogs.com/sunlei0632/p/8587084.html


评论


亲,登录后才可以留言!