注意 LocalDate 並沒有時間資訊,只有日期資訊。 import java.time.LocalDate; import java.time.ZoneId; import java.util.Date; public class Main { ...
確定! 回上一頁