格式要求: 代码如下:SU MO TU WE TH FR SA 01 02 03 0405 06 07 08 09 10 1112 13 14 15 16 17 1819 20 21 22 23 24 2526 27 28 29 30代码: 代码如下: class Interview1 { static void Main() { PrintCalender(2011, 10); } public static void PrintCalender(int year, int month)