javascript 的index.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 的index.html相关的知识,希望对你有一定的参考价值。

<!DOCTYPE>
<HTML>
<head>
    <meta charset="utf-8">
    <title>Tuto</title>
    </head>
<body>
    <h1>salut mec</h1>
    <script type="text/javascript" src="main.js"></script>
    </body>
</HTML>
const title  = 'Forrest Gump';
const year = 1994
const name  ='Robert Zemeckis';
alert(title  + ',' + 'réalisé par ' + name + ',' + 'est sorti ' + year );

以上是关于javascript 的index.html的主要内容,如果未能解决你的问题,请参考以下文章

javascript 的index.html

javascript 的index.html

javascript 的index.html

javascript 的index.html

javascript 的index.html

javascript 的index.html