java 取当前年份,月份 curYear = String.valueOf(1900 + new Date().getYear());curMonth = String.valueOf(new Date().getMonth() + 1);