摘要: # 1、使用 ToString 方法的默认格式设置 public class Automobile { public string Name { get; set; } = "小王"; } Automobile firstAuto = new Automobile(); Console.WriteL 阅读全文
posted @ 2023-08-07 11:13 Jacob·雅各布 阅读(139) 评论(1) 推荐(0) 编辑