为什么结果就出来就一个呢?

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

weixin_慕少2546565

2018-12-28 13:28

<!DOCTYPE html>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Math </title>

<script type="text/javascript">

var a=((Math.random())*10);

var b=Math.round(a);

document.write(a);

document.write(b);

</script>

</head>

<body>

</body>

</html>


写回答 关注

1回答

  • 慕后不久看
    2018-12-28 14:23:11
    已采纳

    https://img1.mukewang.com/5c25c11b0001243513660768.jpg

    你两个输出中间少了间隔,数值在一起了看不出来

JavaScript进阶篇

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

468061 学习 · 21891 问题

查看课程

相似问题