大神幫我看下最后一個為什么不顯示啊 我復制到dw里也是不顯示最后一個的
<!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
其實用一個智能的編輯器也很重要,至少有語法錯誤可以直接提示出來。
2015-11-05
自己檢查了一遍發現了。。。換行那個寫錯了