|
![]() |
|
![]() |
||||||||||||||||||||||||||
京ICP备05059549号 您是第
<%
dim visitors
whichfile=server.mappath("counter.txt")
set fs=createobject("Scripting.FileSystemObject")
set thisfile=fs.opentextfile(whichfile)
visitors=thisfile.readline
thisfile.close
CountLen=len(visitors)
for i=1 to 6-countLen
response.write " "
next
for i=1 to countlen
response.write " |
|||||||||||||||||||||||||||||