问答详情
源自:7-16 随机数 random()

每次提交都会运行出两个数字来?


<script type="text/javascript">

document.write(Math.round(Math.random()*10));

</script>


提问者:慕慕0159803 2018-05-10 17:12

个回答

  • qq_10Q币_0
    2018-07-25 15:25:09

    慕课网bug,代码在其他的编辑器就不会了

  • Touchy老曹
    2018-07-11 11:19:46

    document.write(Math.round((Math.random())*10));   

    Math.random()这里多加个()

  • starwy
    2018-05-11 11:40:20

    是随机出现一个数字的

  • 木木木_6
    2018-05-11 11:37:23

    不会啊 每次随机一个数字啊