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

请问我这句代码,为什么不能实现,大谢

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

提问者:qq_曹振_0 2017-08-29 14:44

个回答

  • Summer丶丶丶
    2017-08-29 14:50:11
    已采纳

    你可以选着把前面的两个分号去掉

  • qq_曹振_0
    2017-08-29 15:04:54

    几番尝试成功执行了,原来代码函数里面可以镶嵌代码函数document.write(Math.round(parseInt(10*Math.random())));

  • qq_曹振_0
    2017-08-29 14:56:46

    document.write(Math.round(parseInt(10*Math.random();)););我发现了错误多了个括号,去掉还是不能运行