〖文章分类:电脑·手机·网络 / 网站设计·开发·优化〗〖阅读选项〗 |
<%
dim array
arry="0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z" 共36个
array=split(arry,"|")
const n=10
randomize
for i=0 to n
j=int(rnd*36)这里得到0-35中的一个随机树.
response.write(array(j))
next
%>
|
文章作者:未知 更新日期:2005-12-15 |
〖文章浏览:〗〖发送文章〗〖打印文章〗 |
|
|