为什么获得系统月份会比现实少一个月份
Calendar abc = Calendar.getInstance();int ss = abc.get(Calendar.MONTH);
String qq;
qq="";
qq=qq+ss;
this.append(qq);
上面的程序为什么输出结果是9啊,我在其他电脑上运行输出结果也是9,可是年,日都正常,为什么啊
2006-10-17 19:53
2006-10-19 09:23
2006-10-19 17:29