6889.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>当然不会</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>当然不会</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on October 30, 1998 at 07:33:08:<p>
In Reply to: <a href="6878.html">Re: 跟小吴讨论一下..</a> posted by 小马 on October 29, 1998 at 18:53:58:<p>
由于使用 Rnd * 10000000 会得到 0 - 10000000 之间的乱数。 由于小Sam的需求是由 1 - 10000000 的乱数,所以我就多加一行判断式而已。<p>整个不重覆乱数产生的精神在于 On Error Resume Next 以及 Collection.Add,查一下线上说明就知道了喔! <br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 6889-->
</ul><!--end: 6889-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?