代码:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charest=GB2312"/>
<title> 2-1 向用户发出警告
</title>
<!--脚本部分-->
<script type="text/javascript">
what_to_say="Warning";
</script> </head>
<body sytle="overflow:auto;">
</html>
打开效果:
在Html中插入JavaScrip
1.通过嵌入代码
<Script type="text/javascript">
//code
</script>
2.通过打开 .js文件
<script type="text/javascript" src="1.js"> </script>
<script language="javascript">
javascript 的代码规范和 一般的编程语言规范类似 类似于 java