一个随机数

代码:

<!DOCTYPE html>

<html>

<body>

 

<%

randomize()

response.write(rnd())

%>

 

</body>

</html>

结果:

0.990307

相关文章