请问我这段程序哪里错了?-ASP

小白要考自考,然后要学asp,写了一段程序,但是报错,不知道哪里有问题,请大神帮忙看看,谢谢!!

<% Option Explicit %>
<html>
 <head>
  <title>今日运程</title>
 </head>
 <body>
      <h1 align ="center">今日运程</h1>
   <%
   Dim a,intMYyc
   Randomize Timer()
   a="您来访的时间是:"& Date()
   intMYyc=Int((10*Rnd())+1)
      If intMYyc>=7 Then
      Response.write"大吉大利,好事连连"
   ElseIf intMYyc>=4 And intMYyc<7 Then
   Response.write"财源广进啦,靓仔"
   Else intMYyc>=1 And intMYyc<4 Then
   Response.write"年轻人,有桃花运啊"
   End If
   Response.write a
   %>
</body>
   </html>

ie浏览器报错如下

http://img2.mukewang.com/5aa9bd25000153df08350760.jpg

慕运维2357088
浏览 883回答 1
1回答

习惯受伤

报什么错?
打开App,查看更多内容
随时随地看视频慕课网APP