随机数 random()

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

Vincent_Eson

2015-04-16 15:28

<!DOCTYPE html>

<html>

<head>

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

<title>Math </title>

<script type="text/javascript">

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

</script>

</head>

<body>

</body>

</html>


写回答 关注

1回答

  • hechou
    2015-12-18 12:30:04

    <!DOCTYPE html>

    <html>

    <head>

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

    <title>Math </title>

    <script type="text/javascript">

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

    </script>

    </head>

    <body>

    </body>

    </html>


JavaScript进阶篇

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

468061 学习 · 21891 问题

查看课程

相似问题