C# C# 非静态类中的字段 属性 方法 构造函数的重载 析构函数的使用 using System; using System.Collections.Generic; using System.Li... 12月13日 阅读 1,854 发表评论 阅读全文
C# C# 创建一个类,实例化类 using System; using System.Collections.Generic; using System.Linq; using System.Text; // 这个就是我们的类文件了... 12月08日 阅读 2,760 发表评论 阅读全文
C# C# 函数大全 using System; using System.Collections.Generic; using System.Te... 12月08日 阅读 2,534 发表评论 阅读全文
C# C#转义字符 另附ASCII码表 在一些特殊场合,需要将字节控制位转换成字符,比如172为二进制的10101100,十六进制为0xAC,它没有可见的字符与之对应,所以没法用 char cCao = ‘C’ 这样的操作,只能通过转义字符... 12月07日 阅读 5,502 发表评论 阅读全文
C# C#.net常用函数和方法集 1、DateTime数字型 System.DateTimecurrentTime=newSystem.DateTime(); 1.1... 12月04日 阅读 4,488 发表评论 阅读全文