![]() |
|
![]() |
|
TEL:0553-5012366 5012606 5015522 Copyright © 2009 All rights reserved. 芜湖市艺术剧院有限公司 版权所有 免责声明 |
技术支持:网新科技 |
![]() |
||
你是第位访问者
<% CountFile=Server.MapPath(”count.txt”) Set FileObject=Server.CreateObject(”Scripting.FileSystemObject”) Set Out=FileObject.OpenTextFile(CountFile,1,FALSE,FALSE) counter=Out.ReadLine Out.Close SET FileObject=Server.CreateObject(”Scripting.FileSystemObject”) Set Out=FileObject.CreateTextFile(CountFile,TRUE,FALSE) Application.lock counter= counter + 1 Out.WriteLine(counter) Application.unlock Response.Write”document.write(”&counter&”)” Out.Close %>