码迷,mamicode.com
首页 > Windows程序 > 详细

C#3.17

时间:2018-03-17 10:53:01      阅读:320      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!