|
版权所有 (C)尊贵国际俱乐部 建议IE5.5,1024*768以上分辨率浏览网站 
联系地址:深圳市罗湖区春风路<丽都酒店>或<春风万佳>站台下车即到
联系方式:李总 15889593330 人事部:0755-21373633
<%
rs.open "select * from webinfo",conn,1,1
if rs.recordcount>0 then
count_visiters=rs("count_visiters")
end if
rs.close
%>
<%
ge=mid(count_visiters,len(count_visiters),1)
shi=mid(count_visiters,len(count_visiters)-1,1)
bai=mid(count_visiters,len(count_visiters)-2,1)
qian=mid(count_visiters,len(count_visiters)-3,1)
wan=mid(count_visiters,len(count_visiters)-4,1)
shiwan=mid(count_visiters,len(count_visiters)-5,1)
%>
<% if shiwan<>"" then %>
<% end if %>
<% if wan<>"" then %>
<% end if %>
<% if qian<>"" then %>
<% end if %>
<% if bai<>"" then %>
<% end if %>
<% if shi<>"" then %>
<% end if %>
<% if ge<>"" then %>
<% end if %>
|
|
|