JavaScript学习--引入方式

javascript引入方式

内部脚本:将JS代码定义在HTML页面中

在HTML中,javascript代码必须位于<script>和</script>标签之间

<script>

  alert("hello JS");

</script>

其他:可在html文档中放置任意数量,任意位置的<script>

posted @ 2022-10-18 20:28  Men!  阅读(10)  评论(0编辑  收藏  举报