LocalDateTime ; import java.time.Month; LocalDateTime currentTime = LocalDateTime.now(); 目前時間, 如: 2018-02-14T09:52:14.406 (本機本地時間,己考慮時區)
確定! 回上一頁