摘要: 条件语句 分支语句和循环语句是程序里最重要的逻辑。 IF语句、分支语句、循环语句 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading. 阅读全文
posted @ 2019-02-05 22:58 vuciao 阅读(1841) 评论(0) 推荐(0) 编辑
摘要: 变量、数据类型 给变量赋值,如果想指定float,在数字后面加上F/f;如果想指定decimal,在数字后面加上m。 0-9:48-57 A-Z:65-90 a-z:97-122 字符串格式化输出 我们在使用Console.writeLine时,可以使用占位符格式化字符串 在字符串中使用{}包裹一个 阅读全文
posted @ 2019-02-05 22:49 vuciao 阅读(664) 评论(0) 推荐(0) 编辑