<html><body>
<%
mnth = MonthName(Month(Now))
M = Month(Now)
If M = 1 Then M2 = M + 11 Else M2 = M - 1
mnthprev = MonthName(M2)
Response.Write"This month is: "&mnth&"
"&_
"Last month was: "&mnthprev&""
%>
</body></html>
获得上一个月几月
80酷酷网 80kuku.com