码迷,mamicode.com
首页 > Web开发 > 详细

js的引用方式

时间:2020-07-30 14:43:01      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:bsp   char   外部   har   rip   title   text   meta   cut   

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的引用方式

标签:bsp   char   外部   har   rip   title   text   meta   cut   

原文地址:https://www.cnblogs.com/wh-1997/p/13403059.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!