?? ?? ?? <% set fs=CreateObject("Scripting.FilesystemObject") set a=fs.openTextFile(server.mappath("count.txt")) count=a.readline count=count+1 response.write"???ú·??êá?ê?£o"&count set fs=CreateObject("Scripting.FileSystemObject") set a=fs.createTextfile(server.mappath("count.txt")) a.writeline(count) %>