大神幫我看下最后一個(gè)為什么不顯示啊 我復(fù)制到dw里也是不顯示最后一個(gè)的
<!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.floor(3.3)+"<br/>");
? ? document.write(Math.floor(-0.1)+"<br/>");
? ? document.write(Math.floor(-9.9)+"<br/");
? ? document.write(Math.floor(8.9));
</script>
</head>
<body>
</body>
</html>
2015-11-05
其實(shí)用一個(gè)智能的編輯器也很重要,至少有語法錯(cuò)誤可以直接提示出來。
2015-11-05
自己檢查了一遍發(fā)現(xiàn)了。。。換行那個(gè)寫錯(cuò)了