12 2018 档案
摘要:using System; /*2018-12-27 c#学习笔记 * 1.c#判断if /else if /switch * 2.循环while/for/do-while * 3.循环实例: for循环99乘法表 /while 循环99乘法表/do while 循环99乘法表 */ namespace Csharp_study { class section2 { ...
阅读全文
摘要:using System; /*C#学习笔记2018-12-26 * 1.@逐字字符串 * 2.数据类型转换 * 3.变量声明和占位符使用 * 4.接收用户输入值 * 5.const 关键字 * 6.运算符 * 7.三元运算符 */ namespace Csharp_study { class section1 { static void Main...
阅读全文
摘要:/*入园两周年纪念。在搬砖之路一去不返*/ //搬砖什么都好,就是有点伤Ctrl键。 <div style="display:none;"> </div>
阅读全文