找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
.COM/.NET/.ORG 国际域名注册全功能虚拟主机/免备案虚拟主机
查看: 1270|回复: 1

ASP应用

[复制链接]

3

主题

16

回帖

163

积分

注册会员

积分
163
发表于 2004-4-7 19:19:23 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
随机生成文件名的函数<br> 作者:yanek<br> <br><br><html> <br><meta http-equiv="Refresh" content="2"> <br><!-- <br> Place this code into an ASP Page and run it! <br>--> <br><code> <br>Random FileName Creation <br><br><br><% <br> Function Generator(Length) <br>  dim i, tempS, v <br>  dim c(39) <br>  tempS = "" <br>  c(1) = "a": c(2) = "b": c(3) = "c": c(4) = "d": c(5) = "e": c(6) = "f": c(7) = "g" <br>  c(8) = "h": c(9) = "i": c(10) = "j": c(11) = "k": c(12) = "l": c(13) = "m": c(14) = "n" <br>  c(15) = "o": c(16) = "p": c(17) = "q": c(18) = "r": c(19) = "s": c(20) = "t": c(21) = "u" <br>  c(22) = "v": c(23) = "w": c(24) = "x": c(25) = "y": c(26) = "z": c(27) = "1": c(28) = "2" <br>  c(29) = "3": c(30) = "4": c(31) = "5": c(32) = "6": c(33) = "7": c(34) = "8": c(35) = "9" <br>  c(36) = "-": c(37) = "_": c(38) = "@": c(39) = "!" <br>  If isNumeric(Length) = False Then <br>   Response.Write "A numeric datatype was not submitted to this function." <br>   Exit Function <br>  End If <br>  For i = 1 to Length <br>   Randomize <br>   v = Int((39 * Rnd) + 1) <br>   tempS = tempS & c(v) <br>  Next <br>  Generator = tempS <br> End Function <br>     <br> For i = 1 to 20 <br>  Randomize <br>  x = Int((20 * Rnd) + 1) + 10 <br>  Response.Write Generator(x) & "<br>" & vbnewline <br> Next <br>%> <br></code><br>
回复

使用道具 举报

7

主题

49

回帖

9822

积分

论坛元老

积分
9822
发表于 2004-5-21 13:21:01 | 显示全部楼层
好的收藏
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|西京校友网 ( 陕ICP备11003551号-5 )

GMT+8, 2025-5-8 13:53 , Processed in 0.021938 second(s), 8 queries , MemCache On.

Powered by Discuz! X3.5

© 2001-2025 Discuz! Team.

快速回复 返回顶部 返回列表