????:<!doctype html><html> <head> <meta charset="UTF-8"> <meta name="Generator" content="1m"> <meta name="Author&q
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="Generator" content="1m">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<!-- <link rel="stylesheet" type="text/css" href="css/">
<link rel="shortcut icon" type="image/x-icon" href="img/標(biāo)題logo" -->
<title>頁面名稱</title>
</head>
<body>
<script type="text/javascript">
// 日期對象是用以處理日期和時間的
// 獲取當(dāng)前時間
var myday=new Date()
document.write(myday+"<br>")
//document.write(myday)
//獲取年份 geiFullYear()
document.write(myday.getFullYear()+"年")
// 獲取月份getMonth() 0代表的1月 11代表的是12月。
document.write(myday.getMonth()+"月")
var month=new Array(12)
month[0]="一月"
month[1]="二月"
month[2]="三月"
month[3]="四月"
month[4]="五月"
month[5]="六月"
month[6]="七月"
month[7]="八月"
month[8]="九月"
month[9]="十月"
month[10]="十一月"
month[11]="十二月"
document.write
</script>
</body>
</html>
?? ???:西門大官人?? ??:2019-03-03 09:59:58
???? ??:非常抱歉,如果視頻沒講完,可以向班主任反饋一下,這邊會即時處理。
代碼最后一名document.write沒有寫完整