使用 random() 来返回 0 到 1 之间的随机数使用 random() 来返回 0 到 1 之间的随机数<html><body> <script type="text/javascript"> document.write(Math.random()) </script> </body></html>