欢迎光临散文网 会员登陆 & 注册

拉勾大厂直通私教班

2022-11-01 15:29 作者:抽抽一生恋  | 我要投稿

public Book build() {            Book book = new Book();            book.head = this.head;            book.preface = this.preface;            book.thanks = this.thanks;            book.content = this.content;            return book;        }    }    public static void main(String[] args) {        Book book = BookBuilder.aBook().withPreface("preface")                .withHead("Head")                .withContent("content")                .build();    }

拉勾大厂直通私教班的评论 (共 条)

分享到微博请遵守国家法律