|
Copyright © 2006, All
Rights Reserved 上海前尘生物科技有限公司版权所有
沪ICP备06058092号 <%
'一个简单的计数器程序
Set fs=CreateObject("Scripting.FileSystemObject")
Set a=fs.openTextFile(server.mappath("count.txt"))
count=a.readline
response.write "总访问量:" & count
count=count+1
Set fs = CreateObject("Scripting.FileSystemObject")
Set a=fs.createTextfile(server.mappath("count.txt"))
a.writeline (count)
%>
上海联系电话:021-64689017 021-64689027
北京联系电话:010-64847623 010-64855926
|