Copyright @ 2007 All Rights Reserved
龙族起名网 @ 版权所有 侵权必究
www.longzuqm.com | www.longzuqm.cn
联系电话(传真):021-58962307 手机:13636372577
Email: longzuqm@126.com QQ: 409961688
沪ICP备08011354号 <%
'一个简单的计数器程序
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)
%>
网站制作 星星之火网络工作室 版本 v1.4
|