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

js01-文件得引入

时间:2020-04-29 00:56:04      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:asc   utf-8   编写   dex   text   title   oct   set   内部测试   

JS文件得引用

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>js文件得引入</title>
    <!-- 内部测试使用得js   -->
    <script type="text/javascript">
        //编写js代码
        alert(‘我是帅其‘);
    </script>
    <!-- 开发过程中建议使用外部得js模式-->
    <script type="text/javascript" src="js/index.js">
    </script>
</head>
<body>
</body>
</html>

js01-文件得引入

标签:asc   utf-8   编写   dex   text   title   oct   set   内部测试   

原文地址:https://www.cnblogs.com/ainimore/p/12798702.html

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