<%function FillZero(str)
ttt=str
if len(str)=1 then
ttt="0" & str
end if
FillZero=ttt
end function%>
[<%=year(now())%>/<%=FillZero(month(now()))%>/<%=FillZero(day(now()))%>]
<%function FillZero(str)
ttt=str
if len(str)=1 then
ttt="0" & str
end if
FillZero=ttt
end function%>
[<%=year(now())%>/<%=FillZero(month(now()))%>/<%=FillZero(day(now()))%>]
评论前必须登录!
注册