返回随机数

  1. <html>
  2. <body>
  3.  
  4. <script type="text/vbscript">
  5. randomize()
  6. document.write(Rnd())
  7. </script>
  8.  
  9. </body>
  10. </html>