根据year,month返回该月份天数【vaynexiao】

function:根据year,month返回该月份天数 四年一闰,百年不闰,四百年再闰java public static int Days(int year,int month){ int days=28; if(month==1||month==3||month==5||month==7||month==8||month==10||month==12){
相关文章
相关标签/搜索