摘要: Java 农历算法public class Lunar { private int year; private int month; private int day; private boolean leap; final static String chineseNumber[] = { "一", "二", "三", "四", "五", "六", "七", "八", "九", "十", &quo 阅读全文
posted @ 2012-08-31 09:19 Liu Siyuan 阅读(2172) 评论(0) 推荐(0)