已有101人关注
java从入到精第四版 21章练习第1题
发表在Java图书答疑 2017-04-06
是否精华
版块置顶:

java从入到精第四版 21章练习第1题即P398第一题 答题代码中无法正确显示出润年二月的天数 每年都只有28天 要怎么修改才可以正确显示 原代码

Calendar today = Calendar.getInstance();

year = today.get(Calendar.YEAR);

month = today.get(Calendar.MONTH) + 1;

day = today.get(Calendar.DAY_OF_MONTH);

if (year % 4 == 0) {

if (year % 100 != 0 || year % 400 == 0)

daysOfMonth[2] = 29;

else

daysOfMonth[2] = 28;

} else {

daysOfMonth[2] = 28;

}

修改成

Calendar today = Calendar.getInstance();

year = today.get(Calendar.YEAR);

month = today.get(Calendar.MONTH) + 1;

day = today.get(Calendar.DAY_OF_MONTH);

if (year % 4 == 0) {

if (year % 100 == 0 || year % 400 == 0)

daysOfMonth[2] = 29;

else

daysOfMonth[2] = 28;

} else {

daysOfMonth[2] = 28;

}

也不行

2017-04-06 14:34:30编辑
分享到:
精彩评论 1
David
学分:914 LV7
TA的每日心情
最后的冲刺
2017-07-15 10:46:08
2017-04-06
沙发

读者用附件中的源码吧,UI设计和逻辑更合理:

PermanentCalendar.rar


首页上一页 1 下一页尾页 1 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照