asp倒计时代码

距离XXXXX <%da = datediff("d",now(),#01/01/2010#)
 if da < 0 then
  response.write("已经过了哦!")
 elseif da=0 then
  response.write("只有1天啦!")
 elseif da=1 then
  response.write("还剩2天啦!")
 else
  response.write("还有" & da+1 & "天")
end if%> 

#01/01/2010#换成你需要的日期(#月/日/年#)

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

本文链接:https://twd2.me/archives/239QrCode