为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我的显示不了呢?


<!DOCTYPE html>

<html>

<head>

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

<title>Math </title>

<script type="text/javascript">

function math(x){

    docment.write(Math.floor(x)+"<br/>");

    }

    math(3.3);

    math(-0.1);

    math(-9.9);

    math(9.8);


/*document.write(Math.floor(3.3)+"<br/>");

document.write(Math.floor(-0.1)+"<br/>");

document.write(Math.floor(-9.9)+"<br/>");

document.write(Math.floor(9.8));*/

</script>

</head>

<body>

</body>

</html>


正在回答

2 回答

document.write(Math.floor(x)+"<br/>");

0 回复 有任何疑惑可以回复我~
#1

光芒的心 提问者

感谢老师,漏掉个字母,太粗心了
2015-10-06 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
JavaScript进阶篇
  • 参与学习       468044    人
  • 解答问题       21891    个

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

进入课程

为什么我的显示不了呢?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信