代码示例:(标识:vbst_rnd)
<html>
<body>

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

</body>
</html>
运行结果: