应该是答案

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

超超chao

2015-07-29 23:10

   document.write(Math.round(Math.random()*10) + '<br>');

写回答 关注

1回答

  • AspiringFuture
    2015-12-21 16:51:52

    documen.write.(Math.round(Math.random()*10) + "<br/>");输出大于等于0小于10之间的随机数

JavaScript进阶篇

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

468060 学习 · 21891 问题

查看课程

相似问题