69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

獲得今天的月和天

代碼:

<!DOCTYPE html>

<html>

<body>

 

Today it is

<%response.write(WeekdayName(weekday(date)))%>,

<br>

and the month is

<%response.write(MonthName(month(date)))%>

 

</body>

</html>

結果:

Today it is Wednesday,
and the month is October

相關文章