class Account { String name; LocalDate birthday; //生日,包含年 LocalDateTime createTime; //帳號建立時間 LocalTime notificationTime; ...
確定! 回上一頁