07 2022 档案
摘要:直接上代码: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _02数据类型转换{class Progr
阅读全文
摘要:直接看代码: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _01for循环{ class Progr
阅读全文
摘要:代码: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace second_03字符串的连接{ class P
阅读全文
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace Second_1{ class Program { st
阅读全文
摘要:1.在C#中的目录级别分为: 工程 -》项目-》类 。 2.在一个工程中可以添加多个项目,可以通过工程属性设置运行时执行当前选中的项目: 选中当前工程 点击 选择属性- 当前选定内容 3.在同一个工程中添加多个项目: 选择当前工程-》添加-》 新建项目 4.移除同一个工程中的项目:(注意不要卸载项目
阅读全文