您的位置:首页 > Web前端 > JavaScript

JavaScript基础之引用外部JS文件

2007-09-25 11:29 507 查看
代码:

<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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: