摘要: default默认值: 当值是类的字段时,它们总是被初始化为0。创建类时,枚举字段也将被初始化为零(以及等效的值)。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Tex 阅读全文
posted @ 2022-08-17 22:51 chenlight 阅读(217) 评论(0) 推荐(0)