abstrait:<!DOCTYPE html> <html> <head> &
<!DOCTYPE html>
<html>
<head>
<title>變量的聲明</title>
</head>
<body>
<div id="timeId"></div>
<script type="text/javascript">
var m_day=new Date();
document.write(m_day+'<br>');
var str='I study php';
document.write(str);
var number=100;
document.write(number);
</script>
</body>
</html>
Professeur correcteur:天蓬老師Temps de correction:2019-05-24 13:45:45
Résumé du professeur:<script type="text/javascript">
以后請省略掉這個type