暂无 |

Math.round 方法实例

<script language="JavaScript">

document.write( Math.round(Math.E) + "<br />" );
document.write(Math.round(0.3) + "<br />")
document.write( Math.round(0.9) + "<br />" );
document.write( Math.round(-10.5) + "<br />" );
document.write( Math.round(10.5) );

</script>

运行该例子,输出:

3
0
1
-10
11
java教程
php教程
php+mysql教程
ThinkPHP教程
MySQL
C语言
css
javascript
Django教程

发表评论

    评价:
    验证码: 点击我更换图片
    最新评论