黄色电影一区二区,丰满熟妇AV,97成人资源,日韩在线性爱

獲得今天的月和天

代碼:

<!DOCTYPE html>

<html>

<body>

 

Today it is

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

<br>

and the month is

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

 

</body>

</html>

結(jié)果:

Today it is Wednesday,
and the month is October

相關(guān)文章