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

📄 enshowcounter.asp

📁 广州市拓尔家具网源码 后台:mrsystem 用户名密码admin
💻 ASP
字号:

<!--#include file="config.asp"-->
<%
imgpath="counter/num/style"
set rsp=server.createobject("adodb.recordset")
sqltext="select querycount from count where code='www.tr918.cn'"
rsp.open sqltext,conn,1,3
rsp(0)=rsp(0)+1
rsp.update
totcount=rsp(0)
totcount=totcount+fake
rsp.close
%>
<%if show="on" then %>
Have totally
<%if style=0 then %>
<%=totcount%>
<%else %>
<%for i=1 to len(totcount)%>
<img src=<%=imgpath%><%=style%>/<%=mid(totcount,i,1)%>.gif >
<%next%>
<%end if %>
person-time interview
<%end if%>
<%set rs=nothing %>

⌨️ 快捷键说明

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