📄 showcounter.asp
字号:
<!--#include file="config.asp"-->
<%
imgpath="counter/num/style"
set rs=server.createobject("adodb.recordset")
sqltext="select querycount from count where code='www.hbyn.net'"
rs.open sqltext,conn,1,1
totcount=rs(0)
totcount=totcount+fake
rs.close
%>
<%if show="on" then %>
共有
<%if style=0 then %>
<%=totcount%>
<%else %>
<%for i=1 to len(totcount)%>
<img src=<%=imgpath%><%=style%>/<%=mid(totcount,i,1)%>.gif >
<%next%>
<%end if %>
人次访问
<%end if%>
<%set rs=nothing %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -