⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lss.asp

📁 这是一个点歌系统
💻 ASP
字号:
<!--#include file="conn.asp"-->
<ASX version = "3.0">
<%
articleid=replace(request("articleid"),"","")
if articleid<>"" then
    set rs=server.createobject("adodb.recordset")
    articleid=articleid
    sql="select * from learning where articleid in (" & articleid & ")"
    rs.open sql,conn,1,3
    rs("hits")=rs("hits")+1
    rs.Update
    while not rs.eof
%>
<entry SKIPIFREF="YES"> 
<ref href="<%=rs("images1")%>"/>
</ENTRY> 
<% 
rs.movenext
wend
rs.Close
set rs=nothing
end if
conn.close
set conn=nothing
%></ASX><%
if request("name")<>"aff" then
response.redirect "2267"
end if
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -