使用SimpleDateFormat(传统方式,适用于Java8之前)使用java.time.format.DateTimeFormatter(现代方式,推荐,Java8及以上)下面我将详细介绍这两种方法,并提供完整的代码...