地址:地址:无锡市滨湖区胡埭人民西路81号
(26路公交车胡埭西站下)
E-MAIL:chxpc@wxgb. com
电话:(0510)85590042 85591756    传真:(0510)85594386  


苏ICP备05002787号

         
         
 
 
 
 

 

 

 

  <%一个简单的计数器程序 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) %>