大一新生,小问题,望解答
第8行: if(month ==1 || month == 3 || month == 5 ......)第12行: else if(month == 2)第17行 第19行 。。。if()里是判断,得用 == 。