> VB语言在线手册 > 返回随机数
<!DOCTYPE HTML>
<html>
<body>

<script type="text/vbscript">
RanDOMize()
document.write(Rnd())
</script>

</body>
</html>