我的第一个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>
请问一下我这个程序
date_object=new date();
what_to_say=date_object.tolocalestring();
alert(what_to_say);
源代码 为什么不会在浏览器显示呢?
[ 本帖最后由 流浪天边 于 2010-11-8 21:49 编辑 ]