02 快速入门和基本使用

两种导入方法

    1.内部引入
    <script>
        alert("hello world!");
    </script>
    2.外部引入
    <script src="js.js"> </script>
posted @ 2023-09-20 23:27  被占用的小海海  阅读(22)  评论(0)    收藏  举报