五行缺
首 页 | 生活在成都 | 音乐o | 转载 | 技术文档
asp【vbscript】随机函数
好多年前珍藏的,刚开始asp时珍藏的asp函数

第一个:
Function RndNumber(MaxNum,MinNum)
Randomize
RndNumber=int((MaxNum-MinNum+1)*rnd+MinNum)
RndNumber=RndNumber
End Function
response.write RndNumber


第二个
Function getCode(iCount)
Dim arrChar
Dim j,k,strCode
arrChar = "-0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
k=Len(arrChar)
Randomize
For i=1 to iCount
j=Int(k * Rnd )+1
strCode = strCode & Mid(arrChar,j,1)
Next
getCode = strCode
End Function
response.write getcode(100)
2009-02-23 22:27:04|阅读全文(0)
最近更新
友情链接

网站简介 ┊ About goad ┊ goad English ┊ 联系我 ┊ 广告服务
蜀ICP备12017742号-2 www.goad.com.cn, www.2g63.cn, www.goad.net.cn
五行缺 CopyRight © 2015 ~ 2022