2020年12月8日

Java打印天干地支纪年法

摘要: public static void main(String[] args) { int num = 0; int i = 0; int j = 0; // 天干地支纪年法 依次打印出每个年份 第一年为 甲子年 第二年为乙丑年 第三年为 丙寅年 共60年一轮回 List<String> list = 阅读全文

posted @ 2020-12-08 15:30 彡木虫 阅读(52) 评论(0) 推荐(0)

导航