![]() |
|
闰年判别
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
广告招租,e-mail:yesize@hotmail.com <body bgcolor=#FFFFFF> <div align=center><font color=#FF0000><b>闰年判别 </b></font><b></b> </div> <% if Request.Form(cal)=y then n=Cint(Request.form(me)) if ((n mod 4=0) and (n mod 100<>0)) or (n mod 400=0) then Response.Write n & 是闰年!<br> else Response.Write n&不是闰年。<br> end if end if %> <form method=post action=try2.asp>
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||||||||||||||||||||