%
ListID2 = Safecheckstr(request("ListID")) '获取ListID编号
if ListID2 = "" then
ListID2=2
end if
if not isnumeric(ListID2) then
response.write("")
response.end
end if
Session("tv_89525_com") = True
Session("tv_89525_com2") = True
%>
正在播放:Loading...
正在播放:Loading...
视频简介:Loading...
视频列表
<%
sql2="select * from JcPlayer where JcPlayer_classid="&ListID2&" and Elite=true order by JcPlayer_id desc"
set rs2=server.createobject("adodb.recordset")
rs2.open sql2,conn,1,1
if rs2.eof and rs2.bof then '内容为空的检测1
response.write "
极酷提示:暂无内容!
"
else '内容为空的检测2
totalnumber=rs2.recordcount
for i=0 to 40
z=i+1
%>