break-word; clear: both; text-indent: 2em; color: rgb(24, 30, 51); font-family: PingFangSC, 微软雅黑, 黑体, Arial, Helvetica, sans-serif; font-size: 18px; background-color: rgb(255, 255, 255);">1.JavaScript脚本执行原理
break-word; clear: both; text-indent: 2em; color: rgb(24, 30, 51); font-family: PingFangSC, 微软雅黑, 黑体, Arial, Helvetica, sans-serif; font-size: 18px; background-color: rgb(255, 255, 255);">
2.页面引入JavaScript脚本的方式
代码包含于<script>和</script>标记内,嵌入到HTML文档中
通过<script>标记的src属性链接外部的JavaScript脚本文件
通过JavaScript伪URL地址引入
通过HTML文档事件处理程序引入
3.常用输入输出语句
警告对话框alert( )
提示对话框prompt( )
输出document.write( )