js的引用方式
Posted wh-1997
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js的引用方式相关的知识,希望对你有一定的参考价值。
1,内部引用
js可以在<head>
<script><script>
</head>中引用,
也可以在body中引用
<body>
<script><scipt>
</body>
2,外部引用
<!DOCUTYPE html>
<html>
<head>
<meta charest="utf-8">
<script typ="textjava/script" src="a.js"></script>
<title><title>
</head>
<body></body>
</html>
以上是关于js的引用方式的主要内容,如果未能解决你的问题,请参考以下文章