日期:2014-05-16 浏览次数:20400 次
<script type="text/javascript"> var value = 1.1111; var result = Math.round(value * 100)/100; alert(result); </script>