摘要: 链式调用,重复使用一个初始化操作,来达到少量代码表达复杂操作的目的。 直接看例子 1 public class Student 2 { 3 private string name; 4 private int age; 5 6 public Student() { } 7 8 public Stud 阅读全文
posted @ 2020-02-23 07:38 NiKaFace 阅读(1519) 评论(0) 推荐(2) 编辑