帮我看看这个为什么会没用呢吧 谢谢拉

来源:百度知道 编辑:UC知道 时间:2024/06/20 08:53:23
帮我看看这个为什么会没用呢吧 谢谢拉<%
response.buffer=true
dim count
count=request.cookies("vcount")
if count >"0" then
count=count+1
response.write("欢迎你是第"& count &"访问本站"
else
count=1
response.write("欢迎")
end if
response.cookies("vcount")=count
response.flush
%>

if count >"0" then
count=count+1

????????????????????????????
这句话改改

response.write("欢迎你是第"& count &"访问本站"
后面少半个括号

只是一个这么单独的页面吗?