网站访问量统计问题
发布网友
发布时间:2022-05-03 07:23
我来回答
共1个回答
热心网友
时间:2023-10-14 04:38
什么语言啊!
怎么连什么语言都不说
怎么给你写!
<%
dim
s
s
=
Weekday(s)
...
sql="select
[count]
from
table1
where
DATEDIFF(day,sdate,getdate())
=
0
...
if
not
rs.eof
then
response.write
"昨日IP访问量是"
&
(s-1)
&
",今日IP访问量是"
&
rs("count")
else
response.write
"没找到符合条件的数据!"
%>
热心网友
时间:2023-10-14 04:38
什么语言啊!
怎么连什么语言都不说
怎么给你写!
<%
dim
s
s
=
Weekday(s)
...
sql="select
[count]
from
table1
where
DATEDIFF(day,sdate,getdate())
=
0
...
if
not
rs.eof
then
response.write
"昨日IP访问量是"
&
(s-1)
&
",今日IP访问量是"
&
rs("count")
else
response.write
"没找到符合条件的数据!"
%>