javascript调用js文件

来源:互联网 发布:网络运维投标书 编辑:程序博客网 时间:2024/05/01 19:59

<html>
<head>
</head>
<body>

<script src="aaa.js">      //调用js文件
</script>

<p>
The actual script is in an external script file called "aaa.js".
</p>

</body>
</html>