摘要: 代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace while循环语句 { /// <sum 阅读全文
posted @ 2020-06-05 18:49 进一步海阔天空 阅读(187) 评论(0) 推荐(0)
摘要: 代码: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace for循环语句2 { class Pro 阅读全文
posted @ 2020-06-05 18:14 进一步海阔天空 阅读(176) 评论(0) 推荐(0)
摘要: for循环语句的固定代码是: for(int i=0;i<length;i++) { } (初始化第一次执行,并且只执行一次,计数器第一次不执行:因为第一次知道自己的值) using System; using System.Collections.Generic; using System.Lin 阅读全文
posted @ 2020-06-05 14:41 进一步海阔天空 阅读(153) 评论(0) 推荐(0)
摘要: 第一步:新建项目,选择平台(windows)项目选择(桌面)选择:windows窗口应用程序 名称自己写一下,创建成功后出来的页面是: 设计窗体: Lide:显示文字 Button:输入窗体 TextBox:用来输入文字 font:修改文字大小 双击dutton添加代码: using System; 阅读全文
posted @ 2020-06-05 00:04 进一步海阔天空 阅读(173) 评论(0) 推荐(0)