<script language="JavaScript"> document.write( Math.random() ); </script>
运行该例子,输出:
0.44661912193848635
提示:由于该方法产生随机数,因此每次刷新页面重新执行后,输出的结果都不一样。
0