<!--今月--><!--today = new Date();ThisMYear = today.getYear();if(ThisMYear < 2000){ThisMYear=ThisMYear+1900};ThisMonth=today.getMonth();ThisMonth=ThisMonth+1;// --><!--先月--><!--today = new Date();LastMonth=today.getMonth();LastMonth=LastMonthif(LastMonth<1){LastMonth=LastMonth+12};LastMYear=today.getYear();LastMYear=LastMYearif(LastMonth >11){LastMYear=LastMYear-1};if(LastMYear < 2000){LastMYear=LastMYear+1900};// --><!--来月--><!--today = new Date();NextMonth=today.getMonth();NextMonth=NextMonth+2NextMYear=today.getYear();NextMYear=NextMYearif(NextMYear < 2000){NextMYear=NextMYear+1900};if(NextMonth>12){NextMYear=NextMYear+1};if(NextMonth>12){NextMonth=NextMonth-12};// -->
