·您的位置: 首页 » 资源教程 » 编程开发 » ASP » 一个实现任意改变计数器位数的函数

一个实现任意改变计数器位数的函数

类别: ASP教程  评论数:0 总得分:0
\'下面的函数将实现任意改变计数器位数,你要做的准备工作是:
\'1、999_count.txt建立一个文本文件,并把初始值设为0。
\'2、准备一组数字图片放在gif目录下
Function GCounter(CounterLen)\'CounterLen是计数器的位数
CountFile=Server.MapPath("999_count.txt")
Set FileObject=Server.CreateObject("Scripting.FileSystemObject")
Set Out=FileObject.OpenTextFile(CountFile,1,FALSE,FALSE)
counter=Out.ReadLine\'读取\'999_count.txt里面的计数值
Out.Close

Set FileObject=Server.CreateObject("Scripting.FileSystemObject")
Set Out=FileObject.CreateTextFile(CountFile,TRUE,FALSE)
Application.lock
counter=counter+1\'累计加1
Out.WriteLine(counter)
Application.unlock
Out.Close
Dim S, i, G ,n
S = CStr( counter )
if Len(s)<CounterLen then
For n = 1 to CounterLen-len(s)
G = G&"<IMG SRC=gif/0.gif>"
Next
End if
For i = 1 to Len(S)
G = G & "<IMG SRC=gif/" & Mid(S, i, 1) & ".gif>"
Next
response.write G
End Function
-= 资 源 教 程 =-
文 章 搜 索
关键词:
类型:
范围:
纯粹空间 softpure.com
Copyright © 2006-2008 暖阳制作 版权所有
QQ: 15242663 (拒绝闲聊)  Email: faisun@sina.com
 纯粹空间 - 韩国酷站|酷站欣赏|教程大全|资源下载|免费博客|美女壁纸|设计素材|技术论坛   Valid XHTML 1.0 Transitional
百度搜索 谷歌搜索 Alexa搜索 | 粤ICP备19116064号-1