練習使用 Optional 來避免 NullPointerException 。 User. public class User { private Integer id; private String name; private Integer age; ...
確定! 回上一頁