%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
![]() |
| | | | | | | | | | | | | | | | | | | | |
|
|
技术支持:中蓝网安 |
兰州市招商局版权所有 copyright@2005
<%
'??????????
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)
%>
|
陇ICP备05000346 |