今天是:<%=year(date())%>年<%=month(date())%>月<%=day(date())%>日 星期
<%
if weekday(date())=1 then response.write "日"
if weekday(date())=2 then response.write "一"
if weekday(date())=3 then response.write "二"
if weekday(date())=4 then response.write "三"
if weekday(date())=5 then response.write "四"
if weekday(date())=6 then response.write "五"
if weekday(date())=7 then response.write "六"
%>