global.asa ---------------------------------------------------------------------- ------------------------------------------------------------------------- count_txt.asp ------------------------------------------------------------------------- <%@ Page language="C#"%> <%@ Import Namespace="System.IO"%>
global.asax文件与文本记数器的一样,在此省略; 在images目录中需要有0-9.gif十张图片,同样当前目录需要有count.txt这个文件,否则会出错 count_pic.aspx ----------------------------------------------------------------------------------- <%@ Page Language="C#" ContentType="text/html" ResponseEncoding="gb2312" %> <%@ Import Namespace="System.IO"%> 图形记数器 <%=G(Convert.ToInt32((Application["count"])))%>