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

来源:7-16 随机数 random()

慕慕0159803

2018-05-10 17:12


<script type="text/javascript">

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

</script>


写回答 关注

4回答

  • 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

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

JavaScript进阶篇

本课程从如何插入JS代码开始,带您进入网页动态交互世界

468061 学习 · 21891 问题

查看课程

相似问题