主题:[原创]求各位高手帮忙啊!!!!我的代码出了什么问题???
我想在IE上实现显示出"当前时间为:某年某月某日某时某分某秒"的页面,可是下面的代码出了什么问题?
<html>
<head>
<script language="vbscript">
Sub abc()
MsgBox Formatdatetime(Date,1)
MsgBox Formatdatetime(time(),3)
end Sub
</script>
<title>登陆成功</title>
<body>
</body>
</head>
</html>
<html>
<head>
<script language="vbscript">
Sub abc()
MsgBox Formatdatetime(Date,1)
MsgBox Formatdatetime(time(),3)
end Sub
</script>
<title>登陆成功</title>
<body>
</body>
</head>
</html>