02 快速入门和基本使用
两种导入方法
1.内部引入
<script>
alert("hello world!");
</script>
2.外部引入
<script src="js.js"> </script>
两种导入方法
1.内部引入
<script>
alert("hello world!");
</script>
2.外部引入
<script src="js.js"> </script>