摘要: 结构类型不但可以用来存储数据元素,还可以用来包含函数。 举一个例子, struct CustomerName { public string firstName,lastName; } static void Main(string [] args) { CustomerName myCustome 阅读全文
posted @ 2020-01-01 21:58 Luohanhui 阅读(368) 评论(0) 推荐(0)