Feeds
已回答
If else condition to determine if a year is a leap year
if(year/4==0 || year/400==0 && ~((year/100==0)))
If else condition to determine if a year is a leap year
if(year/4==0 || year/400==0 && ~((year/100==0)))
5 years 前 | 0
5 years 前 | 0