|
|
|
|
|
|
|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
已有
<%
'一个简单的计数器程序
set fs=createobject("scripting.filesystemobject")
set a=fs.opentextfile(server.mappath("count.txt"))
count=a.readline
response.write "已经有" & count
count=count+3
set fs = createobject("scripting.filesystemobject")
set a=fs.createtextfile(server.mappath("count.txt"))
a.writeline (count)
%>
位访问者 |
欢迎您光临本网站,祝您天天快乐!网站管理 |
||||
| |||||