jadmin

JavaScript基础之引用外部JS文件

代码:

<html>
<head>
<title>Title of Document</title>

<script src="path-to-file/fileName.js"></script>

</head>
<body>

The content of
your page goes here.

</body>
</html>

分类:

技术点:

相关文章: