找回密码
 注册
广告投放 虚位以待【阿里云】2核2G云新老同享 99元/年,续费同价做网站就用糖果主机-sugarhosts.comJtti.com-新加坡服务器,美国服务器,香港服务器
查看: 770|回复: 1

[求助]看看这段代码哪里有错误?

[复制链接]
发表于 2003 年 4 月 10 日 00:00:00 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
<!--#include file="conn.asp"-->
<!--#include file="const.asp"-->
<%
set rsvote=server.createobject("ADODB.recordset")
votesql="Select * from vote where id="&cint(request("id"))
rsvote.open votesql,conn,1,1
if not rsvote.eof then
votecontent=rsvote("votecontent")
title=rsvote("title")
count=rsvote("count")
votecontent=split(votecontent,"$")
count=split(count,"$")
totalcount=0
for i=Lbound(count) to Ubound(count)
totalcount=totalcount+count(i)
next
response.write "<table style=font-size:9pt><tr><td>"&title&"</td></tr>"
for ii=Lbound(votecontent) to Ubound(votecontent)
response.write "<tr><td>"&ii+1&":"&votecontent(ii)&"&nbsp&nbsp&nbsp"&count(ii)&"&nbsp&nbsp&nbsp"&formatnumber((count(ii)/totalcount)*100,2)&"%</td></tr>"
next
response.write "<tr><td align=right>总共"&totalcount&"票&nbsp&nbsp</td></tr></table>"
end if
rsvote.close
conn.close
set conn=nothing%>
谢谢
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
发表于 2011 年 2 月 6 日 21:23:49 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
帮楼主顶         
支持
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2025 年 2 月 1 日 07:45 , Processed in 0.026342 second(s), 22 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表