亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

視頻還沒講完呢 怎么就沒了。。。

原創(chuàng) 2019-03-02 20:40:04 182
摘要:<!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
老師總結(jié):非常抱歉,如果視頻沒講完,可以向班主任反饋一下,這邊會即時處理。 代碼最后一名document.write沒有寫完整

發(fā)佈手記

熱門詞條