public class Date { public static void main(String[] args) { Date today = new Date(); System.out.println(String.format("%td", today)); }} 查看完整描述