风故故,也依依

Stand still in the wind.

导航

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>

posted on 2007-09-25 11:29  jadmin  阅读(357)  评论(0编辑  收藏  举报