|
<%
Countfile=server.mappath("count_bbsout.txt")
Set fs=CreateObject("Scripting.FileSystemObject")
Set thisfile=fs.OpenTextFile(Countfile)
visitors=thisfile.readline
thisfile.close
Set fs=nothing
Response.Write "本页访问人次:"&visitors&""
%>
| 版权所有 © 2005 浙江广播电视大学
|