![]() |
#2
流浪天边2010-11-08 21:37
|
我用dreamweaver运行第一个js程序
<html>
<head>
<meta http-equiv="content-type content="text/html;charset=GB2312"/>
<title>你好!</title>
<!---脚本部分-->
<script type="text/javascript">
what_to_say="你好!";
alert(what_to_say);
</script>
<body style="overflow:auto:">
</body>
</head>
</html>
只有本站会员才能查看附件,请 登录