请高手帮我看看,我要做一个,多个随机数产生的文件
<%ifrequest.QueryString("s")="y"thenx=int(request.form("x"))fori=1tox%><%RandomizeDoW...
<%if request.QueryString("s")="y" then
x=int(request.form("x"))
for i=1 to x%>
<%
Randomize
Do While Len(rndnum)<9
n=CStr(Chr((57-48)*rnd+48))
rndnum=rndnum&n
Loop
response.Write ""&rndnum&""%><br />
<%next%>
</table>
<%else%>
<form id="form1" name="form1" method="post" action="sjs.asp?s=y">
<table width="279">
<tr>
<td width="271"><input type="text" name="x" />
<input type="submit" name="Submit" value="提交" /></td>
</tr>
</table>
</form>
<table width="550">
<%end if%>
我可以生成随机数,但是都是一个,怎么才能产生不同的啊 展开
x=int(request.form("x"))
for i=1 to x%>
<%
Randomize
Do While Len(rndnum)<9
n=CStr(Chr((57-48)*rnd+48))
rndnum=rndnum&n
Loop
response.Write ""&rndnum&""%><br />
<%next%>
</table>
<%else%>
<form id="form1" name="form1" method="post" action="sjs.asp?s=y">
<table width="279">
<tr>
<td width="271"><input type="text" name="x" />
<input type="submit" name="Submit" value="提交" /></td>
</tr>
</table>
</form>
<table width="550">
<%end if%>
我可以生成随机数,但是都是一个,怎么才能产生不同的啊 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询