摘要:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script type="text/javascript"> functi
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script type="text/javascript">
function getNow(){
var myTime=new Date();
t= myTime.getFullYear()+'年'+(myTime.getMonth()+1)+'月'+myTime.getDate()+'日 '+myTime.getHours() +':'+myTime.getMinutes()+' '+myTime.getSeconds();
return t;
}
document.write('當(dāng)前時(shí)間:'+getNow());
</script>
</body>
</html>
批改老師:滅絕師太批改時(shí)間:2019-01-06 15:43:33
老師總結(jié):作業(yè)寫(xiě)的有點(diǎn)敷衍,上個(gè)作業(yè)評(píng)語(yǔ)沒(méi)看么!希望完成作業(yè)的時(shí)候用心點(diǎn)