首页 新闻 会员 周边

这段程序有语法错误么,从ASP书上看到的,是vbscript语法么

0
[已关闭问题] 关闭于 2012-06-12 19:27

<html>
<head>
    <title>ASP的第一个简单实例</title>
</head>
<body>
<h1   align="center">欢迎光临我的主页</h1>
<p align="center">
<% 
time1="现在日期是:"&date() 
time2="当前时间是:"  &time()
Response.Write  time1     '输出结果
Response.Write  time2     '输出结果
%>
</body>
</html>

李小熊的主页 李小熊 | 初学一级 | 园豆:158
提问于:2012-06-12 19:12
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册