新微赢技术网

标题: 一个简单的计数器程序 [打印本页]

作者: 淡淡的烟草味    时间: 2009-3-16 19:01
标题: 一个简单的计数器程序
一个简单的计数器程序
<%
′一个简单的计数器程序
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)




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2